public interface ITabEffectiveData
extends java.lang.Comparable
Immutable object which contains effective text's tabulation stop properties.
IParagraphFormatEffectiveData
.
Modifier and Type | Method and Description |
---|---|
int |
getAlignment()
Returns align style of a tab.
|
double |
getPosition()
Returns position of a tab.
|
double getPosition()
Returns position of a tab.
Assigning this property can change tab's index in collection and invalidate Enumerator.
Read-only double
.
int getAlignment()
Returns align style of a tab.
Read-only TabAlignment
.