Package com.independentsoft.office.odf
Class SpanIndexEntry
java.lang.Object
com.independentsoft.office.odf.SpanIndexEntry
- All Implemented Interfaces:
IIllustrationIndexEntryTemplateContent,ITableOfContentsEntryTemplateContent
public class SpanIndexEntry
extends Object
implements ITableOfContentsEntryTemplateContent, IIllustrationIndexEntryTemplateContent
Represents a fixed string within an index entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getStyle()Gets the character family styles.voidSets the character family styles.toString()Converts the value of the current SpanIndexEntry object to its equivalent string representation.
-
Constructor Details
-
SpanIndexEntry
public SpanIndexEntry()Initializes a new instance of the SpanIndexEntry class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance.- Specified by:
clonein interfaceIIllustrationIndexEntryTemplateContent- 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 SpanIndexEntry 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
-