Package com.independentsoft.office.odf
Class TabStopIndexEntry
java.lang.Object
com.independentsoft.office.odf.TabStopIndexEntry
- All Implemented Interfaces:
IIllustrationIndexEntryTemplateContent,ITableOfContentsEntryTemplateContent
public class TabStopIndexEntry
extends Object
implements ITableOfContentsEntryTemplateContent, IIllustrationIndexEntryTemplateContent
Represents a tab stop within an index entry.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the TabStopIndexEntry class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the leader character.Gets the position of a tab stop.getStyle()Gets the character family styles.getType()Gets the type of a tab stop.voidsetLeaderCharacter(String leaderCharacter)Sets the leader character.voidsetPosition(String position)Sets the position of a tab stop.voidSets the character family styles.voidsetType(TabStopIndexEntryType type)Sets the type of a tab stop.toString()Converts the value of the current TabStopIndexEntry object to its equivalent string representation.
-
Constructor Details
-
TabStopIndexEntry
public TabStopIndexEntry()Initializes a new instance of the TabStopIndexEntry 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 TabStopIndexEntry 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
-
getType
Gets the type of a tab stop.- Returns:
- the type
-
setType
Sets the type of a tab stop.- Parameters:
type- the new type
-
getLeaderCharacter
Gets the leader character.- Returns:
- the leader character
-
setLeaderCharacter
Sets the leader character.- Parameters:
leaderCharacter- the new leader character
-
getPosition
Gets the position of a tab stop.- Returns:
- the position
-
setPosition
Sets the position of a tab stop.- Parameters:
position- the new position
-