public class TextTabStop
Property Getters/Setters Summary | ||
---|---|---|
int | getTabAlignment() | |
void | setTabAlignment(intvalue) | |
Specifies the alignment that is to be applied to text using this tab stop. The value of the property is TextTabAlignmentType integer constant. | ||
double | getTabPosition() | |
void | setTabPosition(doublevalue) | |
Specifies the position of the tab stop relative to the left margin. |
public int getTabAlignment() / public void setTabAlignment(int value)
public double getTabPosition() / public void setTabPosition(double value)