Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadText

    • Constructor Detail

      • CadText

        public CadText()

        Initializes a new instance of the CadText class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getDefaultValue

        public final String getDefaultValue()

        Gets or sets the default value.

      • setDefaultValue

        public final void setDefaultValue(String value)

        Gets or sets the default value.

      • getFirstAlignment

        public final Cad3DPoint getFirstAlignment()

        Gets or sets the first alignment.

        Returns:
        The first alignment.
      • setFirstAlignment

        public final void setFirstAlignment(Cad3DPoint value)

        Gets or sets the first alignment.

        Parameters:
        value - The first alignment.
      • getGenerationFlag

        public final short getGenerationFlag()

        Gets or sets the generation flag.

      • setGenerationFlag

        public final void setGenerationFlag(short value)

        Gets or sets the generation flag.

      • getHorizontalJustification

        public final short getHorizontalJustification()

        Gets or sets the horizontal justification.

      • setHorizontalJustification

        public final void setHorizontalJustification(short value)

        Gets or sets the horizontal justification.

      • getObliqueAngle

        public final double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public final void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getScaleX

        public final double getScaleX()

        Gets or sets the scale x.

      • setScaleX

        public final void setScaleX(double value)

        Gets or sets the scale x.

      • getSecondAlignmentPoint

        public final Cad3DPoint getSecondAlignmentPoint()

        Gets or sets the second alignment point.

      • setSecondAlignmentPoint

        public final void setSecondAlignmentPoint(Cad3DPoint value)

        Gets or sets the second alignment point.

      • getStyleType

        public final String getStyleType()

        Gets or sets the style type.

      • setStyleType

        public final void setStyleType(String value)

        Gets or sets the style type.

      • getTextHeight

        public final double getTextHeight()

        Gets or sets the text height.

      • setTextHeight

        public final void setTextHeight(double value)

        Gets or sets the text height.

      • getTextRotation

        public final double getTextRotation()

        Gets or sets the text rotation.

      • setTextRotation

        public final void setTextRotation(double value)

        Gets or sets the text rotation.

      • getTextWidth

        public final double getTextWidth()

        Gets the text width.

      • getThickness

        public final double getThickness()

        Gets or sets the thickness.

      • setThickness

        public final void setThickness(double value)

        Gets or sets the thickness.

      • getVerticalJustification

        public final short getVerticalJustification()

        Gets or sets the vertical justification.

      • setVerticalJustification

        public final void setVerticalJustification(short value)

        Gets or sets the vertical justification.