Property Getters/Setters Summary | ||
---|---|---|
function | getAlignment() | |
function | setAlignment(value) | |
Specifies the tab alignment. | ||
function | getDel() | |
function | setDel(value) | |
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. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getLeader() | |
function | setLeader(value) | |
Specified the leader. | ||
function | getPosition() | |
function | setPosition(value) | |
Specifies the position of a tab stop. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getPosition/setPosition : DoubleValue | |
function getPosition() / function setPosition(value) |
getAlignment/setAlignment : Alignment | |
function getAlignment() / function setAlignment(value) |
getLeader/setLeader : StrValue | |
function getLeader() / function setLeader(value) |
Method Detail |
---|
deepClone | |
function deepClone() |