Property Getters/Setters Summary | ||
---|---|---|
function | getAlignBottom() | |
Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which the shape's bottom border is aligned. | ||
function | getAlignCenter() | |
Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which the shape's horizontal center is aligned. | ||
function | getAlignLeft() | |
Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which the shape's left border is aligned. | ||
function | getAlignMiddle() | |
Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which the shape's vertical center is aligned. | ||
function | getAlignRight() | |
Determines the horizontal position, relative to the origin of its parent, of a vertical guide or guide point to which the shape's right border is aligned. | ||
function | getAlignTop() | |
Determines the vertical position, relative to the origin of its parent, of a horizontal guide or guide point to which the shape's top border is aligned. | ||
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. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getAlignLeft : DoubleValue | |
function getAlignLeft() |
getAlignCenter : DoubleValue | |
function getAlignCenter() |
getAlignRight : DoubleValue | |
function getAlignRight() |
getAlignTop : DoubleValue | |
function getAlignTop() |
getAlignMiddle : DoubleValue | |
function getAlignMiddle() |
getAlignBottom : DoubleValue | |
function getAlignBottom() |
Method Detail |
---|
deepClone | |
function deepClone() |