TextXForm
Inheritance: java.lang.Object
public class TextXForm
Contains elements that specify positioning information about a shape’s text block.
Methods
Method | Description |
---|---|
deepClone() | Creates deep copy of this instance. |
equals(Object arg0) | |
getClass() | |
getDel() | A flag indicating whether the element has been deleted locally. |
getTxtAngle() | Specifies the text block’s current angle of rotation in relation to the x-axis of the shape. |
getTxtHeight() | Specifies the height of the text block. |
getTxtLocPinX() | Specifies the x-coordinate of the text block’s center of rotation in relation to the origin of the text block. |
getTxtLocPinY() | Specifies the y-coordinate of the text block’s center of rotation relative to the origin of the text block. |
getTxtPinX() | Specifies the x-coordinate of the text block’s center of rotation in relation to the origin of the shape. |
getTxtPinY() | Specifies the y-coordinate of the text block’s center of rotation in relation to the origin of the shape. |
getTxtWidth() | Specifies the width of the text block. |
hashCode() | |
notify() | |
notifyAll() | |
setDel(int value) | For the description of this property, please see getDel() |
setTxtAngle(DoubleValue value) | For the description of this property, please see getTxtAngle() |
setTxtHeight(DoubleValue value) | For the description of this property, please see getTxtHeight() |
setTxtLocPinX(DoubleValue value) | For the description of this property, please see getTxtLocPinX() |
setTxtLocPinY(DoubleValue value) | For the description of this property, please see getTxtLocPinY() |
setTxtPinX(DoubleValue value) | For the description of this property, please see getTxtPinX() |
setTxtPinY(DoubleValue value) | For the description of this property, please see getTxtPinY() |
setTxtWidth(DoubleValue value) | For the description of this property, please see getTxtWidth() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
deepClone()
public Object deepClone()
Creates deep copy of this instance.
Returns: java.lang.Object -
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getTxtAngle()
public DoubleValue getTxtAngle()
Specifies the text block’s current angle of rotation in relation to the x-axis of the shape. The default is 0 degrees.
Returns: DoubleValue
getTxtHeight()
public DoubleValue getTxtHeight()
Specifies the height of the text block. The default formula, which evaluates to the height of the shape, is F=“Height*1”.
Returns: DoubleValue
getTxtLocPinX()
public DoubleValue getTxtLocPinX()
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”.
Returns: DoubleValue
getTxtLocPinY()
public DoubleValue getTxtLocPinY()
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”.
Returns: DoubleValue
getTxtPinX()
public DoubleValue getTxtPinX()
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”.
Returns: DoubleValue
getTxtPinY()
public DoubleValue getTxtPinY()
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”.
Returns: DoubleValue
getTxtWidth()
public DoubleValue getTxtWidth()
Specifies the width of the text block. The default formula, which evaluates to the width of the shape, is F=“Width*1”.
Returns: DoubleValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setTxtAngle(DoubleValue value)
public void setTxtAngle(DoubleValue value)
For the description of this property, please see getTxtAngle()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setTxtHeight(DoubleValue value)
public void setTxtHeight(DoubleValue value)
For the description of this property, please see getTxtHeight()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setTxtLocPinX(DoubleValue value)
public void setTxtLocPinX(DoubleValue value)
For the description of this property, please see getTxtLocPinX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setTxtLocPinY(DoubleValue value)
public void setTxtLocPinY(DoubleValue value)
For the description of this property, please see getTxtLocPinY()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setTxtPinX(DoubleValue value)
public void setTxtPinX(DoubleValue value)
For the description of this property, please see getTxtPinX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setTxtPinY(DoubleValue value)
public void setTxtPinY(DoubleValue value)
For the description of this property, please see getTxtPinY()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
setTxtWidth(DoubleValue value)
public void setTxtWidth(DoubleValue value)
For the description of this property, please see getTxtWidth()
Parameters:
Parameter | Type | Description |
---|---|---|
value | DoubleValue |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |