Packages

 

com.aspose.cad.fileformats.iges.drawables

Interface IText

  • All Superinterfaces:
    IDrawable


    public interface IText
    extends IDrawable

    Interface for text primitive

    • Method Detail

      • getText

        String getText()

        Text

      • getOrientation

        int getOrientation()

        Horizontal or vertical text

      • getMirrioring

        int getMirrioring()

        Mirroring of text

      • getOrigin

        Point3D getOrigin()

        Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]

      • getEndBottomLine

        Point3D getEndBottomLine()

        Right bottom point of text boundary, maps to AllPoints[3]

      • getUpperLeft

        Point3D getUpperLeft()

        Left upper point of text boundary, maps to AllPoints[1]

      • getUpperRight

        Point3D getUpperRight()

        Right upper point of text boundary, maps to AllPoints[2]