COM Interface: IText
Members
Properties
Property | Description |
---|---|
BSTR LayerName {get} | Retrieves the layer the text is on. |
BSTR Text {get} | Retrieves the text. |
double Angle {get} | Retrieves the angle of the text. |
long CoordinateX {get} | Retrieves the X coordinate of the text. |
long CoordinateY {get} | Retrieves the Y coordinate of the text. |
VARIANT_BOOL FlipHorizontal {get} | Retrieves the flipped state of the text. |
OriginType origin {get} | Retrieves the origin of the text. |
BSTR Font {get} | Retrieves the name of the font used for the text. |
double CharacterWidth {get} | Retrieves the width of the text characters. |
double CharacterHeight {get} | Retrieves the height of the text characters. |
double CharacterSpacing {get} | Retrieves the spacing of the text characters. |
double LineSpacing {get} | Retrieves the space between lines of the text. |
double PenWidth {get} | Retrieves the width of the pen used to draw the text. |