LevelFormat
Contents
[
Hide
]Inheritance: java.lang.Object
public class LevelFormat
Represents format of the table of contents.
Constructors
Constructor | Description |
---|---|
LevelFormat() |
Methods
Method | Description |
---|---|
getLineDash() | Gets or sets TOC line dash. |
setLineDash(int value) | Gets or sets TOC line dash. |
getMargin() | Gets a list level margin |
setMargin(MarginInfo value) | Sets a list level margin |
getSubsequentLinesIndent() | Gets a subsequent lines indent |
setSubsequentLinesIndent(float value) | Sets a subsequent lines indent |
getTextState() | Gets a list level text state |
setTextState(TextState value) | Sets a list level text state |
LevelFormat()
public LevelFormat()
getLineDash()
public int getLineDash()
Gets or sets TOC line dash.
Returns: int - TabLeaderType element
setLineDash(int value)
public void setLineDash(int value)
Gets or sets TOC line dash.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | TabLeaderType element |
getMargin()
public MarginInfo getMargin()
Gets a list level margin
Returns: MarginInfo - MarginInfo value
setMargin(MarginInfo value)
public void setMargin(MarginInfo value)
Sets a list level margin
Parameters:
Parameter | Type | Description |
---|---|---|
value | MarginInfo | MarginInfo value |
getSubsequentLinesIndent()
public float getSubsequentLinesIndent()
Gets a subsequent lines indent
Returns: float - subsequent lines indent
setSubsequentLinesIndent(float value)
public void setSubsequentLinesIndent(float value)
Sets a subsequent lines indent
Parameters:
Parameter | Type | Description |
---|---|---|
value | float | subsequent lines indent |
getTextState()
public TextState getTextState()
Gets a list level text state
Returns: TextState - TextState object
setTextState(TextState value)
public void setTextState(TextState value)
Sets a list level text state
Parameters:
Parameter | Type | Description |
---|---|---|
value | TextState | TextState object |