Class TextListLevelStyleBulletElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TextListLevelStyleBulletElement

        public TextListLevelStyleBulletElement​(OdfFileDom ownerDoc)
        Create the instance of TextListLevelStyleBulletElement
        Parameters:
        ownerDoc - The type is OdfFileDom
    • Method Detail

      • getStyleNumPrefixAttribute

        public String getStyleNumPrefixAttribute()
        Receives the value of the ODFDOM attribute representation StyleNumPrefixAttribute , See @style:num-prefix
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setStyleNumPrefixAttribute

        public void setStyleNumPrefixAttribute​(String styleNumPrefixValue)
        Sets the value of ODFDOM attribute representation StyleNumPrefixAttribute , See @style:num-prefix
        Parameters:
        styleNumPrefixValue - The type is String
      • getStyleNumSuffixAttribute

        public String getStyleNumSuffixAttribute()
        Receives the value of the ODFDOM attribute representation StyleNumSuffixAttribute , See @style:num-suffix
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setStyleNumSuffixAttribute

        public void setStyleNumSuffixAttribute​(String styleNumSuffixValue)
        Sets the value of ODFDOM attribute representation StyleNumSuffixAttribute , See @style:num-suffix
        Parameters:
        styleNumSuffixValue - The type is String
      • getTextBulletCharAttribute

        public String getTextBulletCharAttribute()
        Receives the value of the ODFDOM attribute representation TextBulletCharAttribute , See @text:bullet-char

        Attribute is mandatory.

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

        public void setTextBulletCharAttribute​(String textBulletCharValue)
        Sets the value of ODFDOM attribute representation TextBulletCharAttribute , See @text:bullet-char
        Parameters:
        textBulletCharValue - The type is String
      • getTextBulletRelativeSizeAttribute

        public String getTextBulletRelativeSizeAttribute()
        Receives the value of the ODFDOM attribute representation TextBulletRelativeSizeAttribute , See @text:bullet-relative-size
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextBulletRelativeSizeAttribute

        public void setTextBulletRelativeSizeAttribute​(String textBulletRelativeSizeValue)
        Sets the value of ODFDOM attribute representation TextBulletRelativeSizeAttribute , See @text:bullet-relative-size
        Parameters:
        textBulletRelativeSizeValue - The type is String
      • getTextStyleNameAttribute

        public String getTextStyleNameAttribute()
        Receives the value of the ODFDOM attribute representation TextStyleNameAttribute , See @text:style-name
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextStyleNameAttribute

        public void setTextStyleNameAttribute​(String textStyleNameValue)
        Sets the value of ODFDOM attribute representation TextStyleNameAttribute , See @text:style-name
        Parameters:
        textStyleNameValue - The type is String
      • accept

        public void accept​(ElementVisitor visitor)
        Description copied from class: OdfElement
        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