IText class
IText class
Interface for text primitive
The IText type exposes the following members:
Properties
Property | Description |
---|---|
text | Text |
orientation | Horizontal or vertical text |
mirrioring | Mirroring of text |
origin | Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0] |
end_bottom_line | Right bottom point of text boundary, maps to AllPoints[3] |
upper_left | Left upper point of text boundary, maps to AllPoints[1] |
upper_right | Right upper point of text boundary, maps to AllPoints[2] |
properties | Non-geometric properties of geometric representation |
all_points | Array of all points defining geometry |
entity_uid | Unique identifier (line number) of entity that created this entity |
Methods
Method | Description |
---|---|
get_transformed_drawable | Creates a new drawable using provided points and non-geometric properties of current drawable |
get_new_props_drawable | Creates a new drawable using geometry of current drawable and provided non-geometric properties |
accept | Part of Visitor pattern with an IgesDrawableExporter |
See Also
- module
aspose.cad.fileformats.iges.drawables
- class
IDrawable