| Changed Methods |
TabAlignment
getTabAlignment()
|
Documentation changed from old to new. |
Returns the alignment of a tab stop, which defines the way the textual content should be positioned in regard to this tab stop. |
Character
getTabAnchor()
|
Documentation changed from old to new. |
Returns the anchor of a tab stop. |
ILineDrawer
getTabLeader()
|
Documentation changed from old to new. |
Returns the tab leader of a tab stop, which defines a pattern that should be repeated until the TabStop is reached. |
float
getTabPosition()
|
Documentation changed from old to new. |
Returns the position of a tab stop. |
void
setTabAlignment(
TabAlignment)
|
Documentation changed from old to new. |
Sets the alignment, which defines the way the textual content should be positioned in regard to this tab stop. |
void
setTabAnchor(
Character)
|
Documentation changed from old to new. |
Sets the anchor of a tab stop. |
void
setTabLeader(
ILineDrawer)
|
Documentation changed from old to new. |
Sets the tab leader of a tab stop, which defines a pattern that should be repeated until the TabStop is reached. |