Class NumberBooleanStyleElement

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

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

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • NumberBooleanStyleElement

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