Package com.independentsoft.office.odf
Class ChapterIndexEntry
java.lang.Object
com.independentsoft.office.odf.ChapterIndexEntry
- All Implemented Interfaces:
ITableOfContentsEntryTemplateContent
Represents the chapter number where an index entry is located.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the ChapterIndexEntry class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the information that a chapter field should display.getStyle()Gets the character family styles.voidsetFormat(ChapterDisplayFormat format)Sets the information that a chapter field should display.voidSets the character family styles.toString()Converts the value of the current ChapterIndexEntry object to its equivalent string representation.
-
Constructor Details
-
ChapterIndexEntry
public ChapterIndexEntry()Initializes a new instance of the ChapterIndexEntry class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance.- Specified by:
clonein interfaceITableOfContentsEntryTemplateContent- Overrides:
clonein classObject- Returns:
- A new object that is a copy of this instance.
-
toString
Converts the value of the current ChapterIndexEntry 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
-
getFormat
Gets the information that a chapter field should display.- Returns:
- the format
-
setFormat
Sets the information that a chapter field should display.- Parameters:
format- the new format
-