java.lang.Object
com.aspose.diagram.Tab
public class Tab
| Property Getters/Setters Summary | ||
|---|---|---|
Alignment | getAlignment() | |
void | setAlignment(Alignment) | |
| Specifies the tab alignment. | ||
int | getDel() | |
void | setDel(int) | |
| 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(int) | |
| The zero-based index of the element within its parent element. | ||
StrValue | getLeader() | |
void | setLeader(StrValue) | |
| Specified the leader. | ||
DoubleValue | getPosition() | |
void | setPosition(DoubleValue) | |
| Specifies the position of a tab stop. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Property Getters/Setters Detail |
|---|
getIX/setIX | |
public int getIX() / public void setIX(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getPosition/setPosition | |
public DoubleValue getPosition() / public void setPosition(DoubleValue value) | |
getAlignment/setAlignment | |
public Alignment getAlignment() / public void setAlignment(Alignment value) | |
getLeader/setLeader | |
public StrValue getLeader() / public void setLeader(StrValue value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |