|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.TabStop
public final class TabStop
Represents a tabulation for a text.
Constructor Summary | |
---|---|
TabStop(double position,
TabAlignmentType align)
Initializes a new instance of the Tab class. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object obj)
Compares the current instance with another object of the same type. |
TabAlignmentType |
getAlignment()
Gets align style of a tab. |
double |
getPosition()
Gets position of a tab. |
void |
setAlignment(TabAlignmentType value)
Sets align style of a tab. |
void |
setPosition(double value)
Sets position of a tab. |
Constructor Detail |
---|
public TabStop(double position, TabAlignmentType align)
position
- Position of the new tab.align
- Align style of the new tab.Method Detail |
---|
public double getPosition()
public void setPosition(double value)
public TabAlignmentType getAlignment()
public void setAlignment(TabAlignmentType value)
public int compareTo(java.lang.Object obj)
obj
- An object to compare with this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |