Class StyleListLevelLabelAlignmentElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class StyleListLevelLabelAlignmentElement extends OdfElement
DOM implementation of OpenDocument element <style:list-level-label-alignment>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • StyleListLevelLabelAlignmentElement

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

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <style:list-level-label-alignment>.
    • getFoMarginLeftAttribute

      public String getFoMarginLeftAttribute()
      Receives the value of the ODFDOM attribute representation FoMarginLeftAttribute , See @fo:margin-left
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoMarginLeftAttribute

      public void setFoMarginLeftAttribute(String foMarginLeftValue)
      Sets the value of ODFDOM attribute representation FoMarginLeftAttribute , See @fo:margin-left
      Parameters:
      foMarginLeftValue - The type is String
    • getFoTextIndentAttribute

      public String getFoTextIndentAttribute()
      Receives the value of the ODFDOM attribute representation FoTextIndentAttribute , See @fo:text-indent
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setFoTextIndentAttribute

      public void setFoTextIndentAttribute(String foTextIndentValue)
      Sets the value of ODFDOM attribute representation FoTextIndentAttribute , See @fo:text-indent
      Parameters:
      foTextIndentValue - The type is String
    • getTextLabelFollowedByAttribute

      public String getTextLabelFollowedByAttribute()
      Receives the value of the ODFDOM attribute representation TextLabelFollowedByAttribute , See @text:label-followed-by

      Attribute is mandatory.

      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setTextLabelFollowedByAttribute

      public void setTextLabelFollowedByAttribute(String textLabelFollowedByValue)
      Sets the value of ODFDOM attribute representation TextLabelFollowedByAttribute , See @text:label-followed-by
      Parameters:
      textLabelFollowedByValue - The type is String
    • getTextListTabStopPositionAttribute

      public String getTextListTabStopPositionAttribute()
      Receives the value of the ODFDOM attribute representation TextListTabStopPositionAttribute , See @text:list-tab-stop-position
      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setTextListTabStopPositionAttribute

      public void setTextListTabStopPositionAttribute(String textListTabStopPositionValue)
      Sets the value of ODFDOM attribute representation TextListTabStopPositionAttribute , See @text:list-tab-stop-position
      Parameters:
      textListTabStopPositionValue - The type is String
    • accept

      public void accept(ElementVisitor visitor)
      Accept an visitor instance to allow the visitor to do some operations. Refer to visitor design pattern to get a better understanding.
      Overrides:
      accept in class OdfElement
      Parameters:
      visitor - an instance of DefaultElementVisitor