Class TextLinenumberingConfigurationElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TextLinenumberingConfigurationElement

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

      • getStyleNumFormatAttribute

        public String getStyleNumFormatAttribute()
        Receives the value of the ODFDOM attribute representation StyleNumFormatAttribute , See @style:num-format

        Attribute is mandatory.

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

        public void setStyleNumFormatAttribute​(String styleNumFormatValue)
        Sets the value of ODFDOM attribute representation StyleNumFormatAttribute , See @style:num-format
        Parameters:
        styleNumFormatValue - The type is String
      • getStyleNumLetterSyncAttribute

        public Boolean getStyleNumLetterSyncAttribute()
        Receives the value of the ODFDOM attribute representation StyleNumLetterSyncAttribute , See @style:num-letter-sync
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setStyleNumLetterSyncAttribute

        public void setStyleNumLetterSyncAttribute​(Boolean styleNumLetterSyncValue)
        Sets the value of ODFDOM attribute representation StyleNumLetterSyncAttribute , See @style:num-letter-sync
        Parameters:
        styleNumLetterSyncValue - The type is Boolean
      • getTextCountEmptyLinesAttribute

        public Boolean getTextCountEmptyLinesAttribute()
        Receives the value of the ODFDOM attribute representation TextCountEmptyLinesAttribute , See @text:count-empty-lines
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTextCountEmptyLinesAttribute

        public void setTextCountEmptyLinesAttribute​(Boolean textCountEmptyLinesValue)
        Sets the value of ODFDOM attribute representation TextCountEmptyLinesAttribute , See @text:count-empty-lines
        Parameters:
        textCountEmptyLinesValue - The type is Boolean
      • getTextCountInTextBoxesAttribute

        public Boolean getTextCountInTextBoxesAttribute()
        Receives the value of the ODFDOM attribute representation TextCountInTextBoxesAttribute , See @text:count-in-text-boxes
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTextCountInTextBoxesAttribute

        public void setTextCountInTextBoxesAttribute​(Boolean textCountInTextBoxesValue)
        Sets the value of ODFDOM attribute representation TextCountInTextBoxesAttribute , See @text:count-in-text-boxes
        Parameters:
        textCountInTextBoxesValue - The type is Boolean
      • getTextIncrementAttribute

        public Integer getTextIncrementAttribute()
        Receives the value of the ODFDOM attribute representation TextIncrementAttribute , See @text:increment
        Returns:
        - the Integer , the value or null, if the attribute is not set and no default value defined.
      • setTextIncrementAttribute

        public void setTextIncrementAttribute​(Integer textIncrementValue)
        Sets the value of ODFDOM attribute representation TextIncrementAttribute , See @text:increment
        Parameters:
        textIncrementValue - The type is Integer
      • getTextNumberLinesAttribute

        public Boolean getTextNumberLinesAttribute()
        Receives the value of the ODFDOM attribute representation TextNumberLinesAttribute , See @text:number-lines
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTextNumberLinesAttribute

        public void setTextNumberLinesAttribute​(Boolean textNumberLinesValue)
        Sets the value of ODFDOM attribute representation TextNumberLinesAttribute , See @text:number-lines
        Parameters:
        textNumberLinesValue - The type is Boolean
      • getTextNumberPositionAttribute

        public String getTextNumberPositionAttribute()
        Receives the value of the ODFDOM attribute representation TextNumberPositionAttribute , See @text:number-position
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextNumberPositionAttribute

        public void setTextNumberPositionAttribute​(String textNumberPositionValue)
        Sets the value of ODFDOM attribute representation TextNumberPositionAttribute , See @text:number-position
        Parameters:
        textNumberPositionValue - The type is String
      • getTextOffsetAttribute

        public String getTextOffsetAttribute()
        Receives the value of the ODFDOM attribute representation TextOffsetAttribute , See @text:offset
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextOffsetAttribute

        public void setTextOffsetAttribute​(String textOffsetValue)
        Sets the value of ODFDOM attribute representation TextOffsetAttribute , See @text:offset
        Parameters:
        textOffsetValue - The type is String
      • getTextRestartOnPageAttribute

        public Boolean getTextRestartOnPageAttribute()
        Receives the value of the ODFDOM attribute representation TextRestartOnPageAttribute , See @text:restart-on-page
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTextRestartOnPageAttribute

        public void setTextRestartOnPageAttribute​(Boolean textRestartOnPageValue)
        Sets the value of ODFDOM attribute representation TextRestartOnPageAttribute , See @text:restart-on-page
        Parameters:
        textRestartOnPageValue - The type is Boolean
      • 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)
        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