Class NumberTextStyleElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
OdfNumberTextStyle

public abstract class NumberTextStyleElement extends NumberDataStyleElementBase
DOM implementation of OpenDocument element <number:text-style>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • NumberTextStyleElement

      public NumberTextStyleElement(OdfFileDom ownerDoc)
      Create the instance of NumberTextStyleElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details