Class TextAlphabeticalIndexMarkElement

    • Field Detail

      • ELEMENT_NAME

        public static final OdfName ELEMENT_NAME
    • Constructor Detail

      • TextAlphabeticalIndexMarkElement

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

      • getTextKey1Attribute

        public String getTextKey1Attribute()
        Receives the value of the ODFDOM attribute representation TextKey1Attribute , See @text:key1
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextKey1Attribute

        public void setTextKey1Attribute​(String textKey1Value)
        Sets the value of ODFDOM attribute representation TextKey1Attribute , See @text:key1
        Parameters:
        textKey1Value - The type is String
      • getTextKey1PhoneticAttribute

        public String getTextKey1PhoneticAttribute()
        Receives the value of the ODFDOM attribute representation TextKey1PhoneticAttribute , See @text:key1-phonetic
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextKey1PhoneticAttribute

        public void setTextKey1PhoneticAttribute​(String textKey1PhoneticValue)
        Sets the value of ODFDOM attribute representation TextKey1PhoneticAttribute , See @text:key1-phonetic
        Parameters:
        textKey1PhoneticValue - The type is String
      • getTextKey2Attribute

        public String getTextKey2Attribute()
        Receives the value of the ODFDOM attribute representation TextKey2Attribute , See @text:key2
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextKey2Attribute

        public void setTextKey2Attribute​(String textKey2Value)
        Sets the value of ODFDOM attribute representation TextKey2Attribute , See @text:key2
        Parameters:
        textKey2Value - The type is String
      • getTextKey2PhoneticAttribute

        public String getTextKey2PhoneticAttribute()
        Receives the value of the ODFDOM attribute representation TextKey2PhoneticAttribute , See @text:key2-phonetic
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextKey2PhoneticAttribute

        public void setTextKey2PhoneticAttribute​(String textKey2PhoneticValue)
        Sets the value of ODFDOM attribute representation TextKey2PhoneticAttribute , See @text:key2-phonetic
        Parameters:
        textKey2PhoneticValue - The type is String
      • getTextMainEntryAttribute

        public Boolean getTextMainEntryAttribute()
        Receives the value of the ODFDOM attribute representation TextMainEntryAttribute , See @text:main-entry
        Returns:
        - the Boolean , the value or null, if the attribute is not set and no default value defined.
      • setTextMainEntryAttribute

        public void setTextMainEntryAttribute​(Boolean textMainEntryValue)
        Sets the value of ODFDOM attribute representation TextMainEntryAttribute , See @text:main-entry
        Parameters:
        textMainEntryValue - The type is Boolean
      • getTextStringValueAttribute

        public String getTextStringValueAttribute()
        Receives the value of the ODFDOM attribute representation TextStringValueAttribute , See @text:string-value

        Attribute is mandatory.

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

        public void setTextStringValueAttribute​(String textStringValueValue)
        Sets the value of ODFDOM attribute representation TextStringValueAttribute , See @text:string-value
        Parameters:
        textStringValueValue - The type is String
      • getTextStringValuePhoneticAttribute

        public String getTextStringValuePhoneticAttribute()
        Receives the value of the ODFDOM attribute representation TextStringValuePhoneticAttribute , See @text:string-value-phonetic
        Returns:
        - the String , the value or null, if the attribute is not set and no default value defined.
      • setTextStringValuePhoneticAttribute

        public void setTextStringValuePhoneticAttribute​(String textStringValuePhoneticValue)
        Sets the value of ODFDOM attribute representation TextStringValuePhoneticAttribute , See @text:string-value-phonetic
        Parameters:
        textStringValuePhoneticValue - 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