public class TextXForm
Property Getters/Setters Summary | ||
---|---|---|
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. | ||
DoubleValue | getTxtAngle() | |
void | setTxtAngle(DoubleValue value) | |
Specifies the text block's current angle of rotation in relation to the x-axis of the shape. The default is 0 degrees. | ||
DoubleValue | getTxtHeight() | |
void | setTxtHeight(DoubleValue value) | |
Specifies the height of the text block. The default formula, which evaluates to the height of the shape, is F="Height*1". | ||
DoubleValue | getTxtLocPinX() | |
void | setTxtLocPinX(DoubleValue value) | |
Specifies the x-coordinate of the text block's center of rotation in relation to the origin of the text block. The default formula, which evaluates to the horizontal center of the text block, is F="TxtWidth*0.5". | ||
DoubleValue | getTxtLocPinY() | |
void | setTxtLocPinY(DoubleValue value) | |
Specifies the y-coordinate of the text block's center of rotation relative to the origin of the text block. The default formula, which evaluates to the vertical center of the text block, is F="TxtHeight*0.5". | ||
DoubleValue | getTxtPinX() | |
void | setTxtPinX(DoubleValue value) | |
Specifies the x-coordinate of the text block's center of rotation in relation to the origin of the shape. The default formula, which evaluates to the horizontal center of the shape, is F="Width*0.5". | ||
DoubleValue | getTxtPinY() | |
void | setTxtPinY(DoubleValue value) | |
Specifies the y-coordinate of the text block's center of rotation in relation to the origin of the shape. The default formula, which evaluates to the vertical center of the shape, is F="Height*0.5". | ||
DoubleValue | getTxtWidth() | |
void | setTxtWidth(DoubleValue value) | |
Specifies the width of the text block. The default formula, which evaluates to the width of the shape, is F="Width*1". |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getDel() / public void setDel(int value)
public DoubleValue getTxtPinX() / public void setTxtPinX(DoubleValue value)
public DoubleValue getTxtPinY() / public void setTxtPinY(DoubleValue value)
public DoubleValue getTxtWidth() / public void setTxtWidth(DoubleValue value)
public DoubleValue getTxtHeight() / public void setTxtHeight(DoubleValue value)
public DoubleValue getTxtLocPinX() / public void setTxtLocPinX(DoubleValue value)
public DoubleValue getTxtLocPinY() / public void setTxtLocPinY(DoubleValue value)
public DoubleValue getTxtAngle() / public void setTxtAngle(DoubleValue value)