|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITab
Represents a tabulation for a text.
Method Summary | |
---|---|
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. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |