public class Tab
Property Getters/Setters Summary | ||
---|---|---|
Alignment | getAlignment() | |
void | setAlignment(Alignment value) | |
Specifies the tab alignment. | ||
int | getDel() | |
void | setDel(intvalue) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
int | getIX() | |
void | setIX(intvalue) | |
The zero-based index of the element within its parent element. | ||
StrValue | getLeader() | |
void | ||
Specified the leader. | ||
DoubleValue | getPosition() | |
void | setPosition(DoubleValue value) | |
Specifies the position of a tab stop. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public DoubleValue getPosition() / public void setPosition(DoubleValue value)
public Alignment getAlignment() / public void setAlignment(Alignment value)
public StrValue getLeader() / public void setLeader(StrValue value)