Class TextListLevelStyleElementBase

All Implemented Interfaces:
Serializable, Cloneable, Comparable, OdfStylePropertySet, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
TextListLevelStyleBulletElement, TextListLevelStyleImageElement, TextListLevelStyleNumberElement

public abstract class TextListLevelStyleElementBase extends OdfStyleBase
DOM implementation of OpenDocument base element
See Also:
  • Constructor Details

    • TextListLevelStyleElementBase

      public TextListLevelStyleElementBase(OdfFileDom ownerDoc, OdfName elementName)
      Create the instance of TextListLevelStyleElementBase
      Parameters:
      ownerDoc - The type is OdfFileDom
      elementName - The type is OdfName
  • Method Details

    • getTextLevelAttribute

      public Integer getTextLevelAttribute()
      Receives the value of the ODFDOM attribute representation TextLevelAttribute , See @text:level
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setTextLevelAttribute

      public void setTextLevelAttribute(Integer textLevelValue)
      Sets the value of ODFDOM attribute representation TextLevelAttribute , See @text:level
      Parameters:
      textLevelValue - The type is Integer
    • newStyleListLevelPropertiesElement

      public StyleListLevelPropertiesElement newStyleListLevelPropertiesElement()
      Create child element <style:list-level-properties>.
      Returns:
      the element <style:list-level-properties>