Package com.independentsoft.office.odf
Class IndexTitleTemplate
java.lang.Object
com.independentsoft.office.odf.IndexTitleTemplate
Represents the style and content of the index title.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the IndexTitleTemplate class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getStyle()Gets the character family styles.getValue()Gets the text content.voidSets the character family styles.voidSets the text content.toString()Converts the value of the current IndexTitleTemplate object to its equivalent string representation.
-
Constructor Details
-
IndexTitleTemplate
public IndexTitleTemplate()Initializes a new instance of the IndexTitleTemplate class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current IndexTitleTemplate object to its equivalent string representation. -
getStyle
Gets the character family styles.- Returns:
- the style
-
setStyle
Sets the character family styles.- Parameters:
style- the new style
-
getValue
Gets the text content.- Returns:
- the value
-
setValue
Sets the text content.- Parameters:
value- the new value
-