public interface ITab
extends java.lang.Comparable
Represents a tabulation for a text.
Modifier and Type | Method and Description |
---|---|
int |
getAlignment()
Returns or sets align style of a tab.
|
double |
getPosition()
Returns or sets position of a tab.
|
void |
setAlignment(int value)
Returns or sets align style of a tab.
|
void |
setPosition(double value)
Returns or sets position of a tab.
|
double getPosition()
Returns or sets position of a tab.
Assigning this property can change tab's index in collection and invalidate Enumerator.
Read/write double
.
void setPosition(double value)
Returns or sets position of a tab.
Assigning this property can change tab's index in collection and invalidate Enumerator.
Read/write double
.
int getAlignment()
Returns or sets align style of a tab.
Read/write TabAlignment
.
void setAlignment(int value)
Returns or sets align style of a tab.
Read/write TabAlignment
.