Property Getters/Setters Summary | ||
---|---|---|
method | 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.
|
||
method | 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.
|
||
method | 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.
|
||
method | 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.
|
||
method | 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.
|
||
method | 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.
|
||
method | getDel() | |
method | 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 | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
int getDel() / setDel(value)
DoubleValue getAlignLeft()
DoubleValue getAlignCenter()
DoubleValue getAlignRight()
DoubleValue getAlignTop()
DoubleValue getAlignMiddle()
DoubleValue getAlignBottom()