TextXForm
TextXForm class
Contains elements that specify positioning information about a shape’s text block.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| TxtPinX | DoubleValue | Specifies the x-coordinate of the text block’s center of rotation in relation to the origin of the shape. The default fo |
| TxtPinY | DoubleValue | Specifies the y-coordinate of the text block’s center of rotation in relation to the origin of the shape. The default fo |
| TxtWidth | DoubleValue | Specifies the width of the text block. The default formula, which evaluates to the width of the shape, is F=“Width*1”. |
| TxtHeight | DoubleValue | Specifies the height of the text block. The default formula, which evaluates to the height of the shape, is F=“Height*1” |
| TxtLocPinX | DoubleValue | Specifies the x-coordinate of the text block’s center of rotation in relation to the origin of the text block. The defau |
| TxtLocPinY | DoubleValue | Specifies the y-coordinate of the text block’s center of rotation relative to the origin of the text block. The default |
| TxtAngle | DoubleValue | Specifies the text block’s current angle of rotation in relation to the x-axis of the shape. The default is 0 degrees. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
TextXForm.Del property
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.
Type: int
TextXForm.TxtPinX property
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”.
Type: DoubleValue
TextXForm.TxtPinY property
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”.
Type: DoubleValue
TextXForm.TxtWidth property
Specifies the width of the text block. The default formula, which evaluates to the width of the shape, is F=“Width*1”.
Type: DoubleValue
TextXForm.TxtHeight property
Specifies the height of the text block. The default formula, which evaluates to the height of the shape, is F=“Height*1”.
Type: DoubleValue
TextXForm.TxtLocPinX property
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”.
Type: DoubleValue
TextXForm.TxtLocPinY property
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”.
Type: DoubleValue
TextXForm.TxtAngle property
Specifies the text block’s current angle of rotation in relation to the x-axis of the shape. The default is 0 degrees.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.