public class Align
Property Getters/Setters Summary | ||
---|---|---|
DoubleValue | 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.
|
||
DoubleValue | 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.
|
||
DoubleValue | 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.
|
||
DoubleValue | 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.
|
||
DoubleValue | 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.
|
||
DoubleValue | 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.
|
||
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. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getDel() / public void setDel(int value)
public DoubleValue getAlignLeft()
public DoubleValue getAlignCenter()
public DoubleValue getAlignRight()
public DoubleValue getAlignTop()
public DoubleValue getAlignMiddle()
public DoubleValue getAlignBottom()