Class ListLevelLabelAlignment
java.lang.Object
com.independentsoft.office.odf.styles.ListLevelLabelAlignment
Represents the position and spacing of a list label and its list item.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the ListLevelLabelAlignment class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the character that is inserted behind a list label.Gets the left margins for the text lines of a list item.Specifies an additional tab stop which is inserted into the list of tab stops that are defined for a list item.Gets the indent for the text lines of a list item.voidsetLabelFollowedBy(LabelFollowedBy labelFollowedBy)Sets the character that is inserted behind a list label.voidsetLeftMargin(Size leftMargin)Sets the left margins for the text lines of a list item.voidsetListTabStopPosition(Size listTabStopPosition)Specifies an additional tab stop which is inserted into the list of tab stops that are defined for a list item.voidsetTextIndent(Size textIndent)Sets the indent for the text lines of a list item.toString()Converts the value of the current ListLevelLabelAlignment object to its equivalent string representation.
-
Constructor Details
-
ListLevelLabelAlignment
public ListLevelLabelAlignment()Initializes a new instance of the ListLevelLabelAlignment class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current ListLevelLabelAlignment object to its equivalent string representation. -
getLeftMargin
Gets the left margins for the text lines of a list item.- Returns:
- the left margin
-
setLeftMargin
Sets the left margins for the text lines of a list item.- Parameters:
leftMargin- the new left margin
-
getTextIndent
Gets the indent for the text lines of a list item.- Returns:
- the text indent
-
setTextIndent
Sets the indent for the text lines of a list item.- Parameters:
textIndent- the new text indent
-
getLabelFollowedBy
Gets the character that is inserted behind a list label.- Returns:
- the label followed by
-
setLabelFollowedBy
Sets the character that is inserted behind a list label.- Parameters:
labelFollowedBy- the new label followed by
-
getListTabStopPosition
Specifies an additional tab stop which is inserted into the list of tab stops that are defined for a list item.- Returns:
- the list tab stop position
-
setListTabStopPosition
Specifies an additional tab stop which is inserted into the list of tab stops that are defined for a list item.- Parameters:
listTabStopPosition- the new list tab stop position
-