public interface IText extends IIgesDrawable, com.aspose.cad_internal.fileformats.iges.drawables.IIgesDrawableInternal
Interface for text primitive
| Modifier and Type | Method and Description |
|---|---|
Point3D |
getEndBottomLine()
Right bottom point of text boundary, maps to AllPoints[3]
|
TextMirrioring |
getMirrioring()
Mirroring of text
|
TextOrientation |
getOrientation()
Horizontal or vertical text
|
Point3D |
getOrigin()
Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]
|
String |
getText()
Text
|
Point3D |
getUpperLeft()
Left upper point of text boundary, maps to AllPoints[1]
|
Point3D |
getUpperRight()
Right upper point of text boundary, maps to AllPoints[2]
|
getAllPoints, getEntityUID, getNewPropsDrawable, getProperties, getTransformedDrawable, setEntityUIDString getText()
Text
TextOrientation getOrientation()
Horizontal or vertical text
TextMirrioring getMirrioring()
Mirroring of text
Point3D getOrigin()
Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]
Point3D getEndBottomLine()
Right bottom point of text boundary, maps to AllPoints[3]
Point3D getUpperLeft()
Left upper point of text boundary, maps to AllPoints[1]
Point3D getUpperRight()
Right upper point of text boundary, maps to AllPoints[2]
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.