TextXForm class

TextXForm class

Contains elements that specify positioning information about a shape’s text block.

The TextXForm type exposes the following members:

Properties

PropertyDescription
txt_pin_xSpecifies 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”.
txt_pin_ySpecifies 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”.
txt_widthSpecifies the width of the text block. The default formula, which evaluates to the width of the shape, is F=“Width*1”.
txt_heightSpecifies the height of the text block. The default formula, which evaluates to the height of the shape, is F=“Height*1”.
txt_loc_pin_xSpecifies 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”.
txt_loc_pin_ySpecifies 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”.
txt_angleSpecifies the text block’s current angle of rotation in relation to the x-axis of the shape. The default is 0 degrees.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also