Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadText

    • Constructor Detail

      • CadText

        public CadText()

        Initializes a new instance of the CadText class.

    • Method Detail

      • getDefaultValue

        public String getDefaultValue()

        Gets or sets the default value.

      • setDefaultValue

        public void setDefaultValue(String value)

        Gets or sets the default value.

      • getFirstAlignment

        public Cad3DPoint getFirstAlignment()

        Gets or sets the first alignment.

        Returns:
        The first alignment.
      • setFirstAlignment

        public void setFirstAlignment(Cad3DPoint value)

        Gets or sets the first alignment.

        Parameters:
        value - The first alignment.
      • getGenerationFlag

        public short getGenerationFlag()

        Gets or sets the generation flag.

      • setGenerationFlag

        public void setGenerationFlag(short value)

        Gets or sets the generation flag.

      • getHorizontalJustification

        public short getHorizontalJustification()

        Gets or sets the horizontal justification.

      • setHorizontalJustification

        public void setHorizontalJustification(short value)

        Gets or sets the horizontal justification.

      • getObliqueAngle

        public double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getScaleX

        public double getScaleX()

        Gets or sets the scale x.

      • setScaleX

        public void setScaleX(double value)

        Gets or sets the scale x.

      • getSecondAlignmentPoint

        public Cad3DPoint getSecondAlignmentPoint()

        Gets or sets the second alignment point.

      • setSecondAlignmentPoint

        public void setSecondAlignmentPoint(Cad3DPoint value)

        Gets or sets the second alignment point.

      • getStyleType

        public String getStyleType()

        Gets or sets the style type.

      • setStyleType

        public void setStyleType(String value)

        Gets or sets the style type.

      • getTextHeight

        public double getTextHeight()

        Gets or sets the text height.

      • setTextHeight

        public void setTextHeight(double value)

        Gets or sets the text height.

      • getTextRotation

        public double getTextRotation()

        Gets or sets the text rotation.

      • setTextRotation

        public void setTextRotation(double value)

        Gets or sets the text rotation.

      • getTextWidth

        public double getTextWidth()

        Gets the text width.

      • getThickness

        public double getThickness()

        Gets or sets the thickness.

      • setThickness

        public void setThickness(double value)

        Gets or sets the thickness.

      • getVerticalJustification

        public short getVerticalJustification()

        Gets or sets the vertical justification.

      • setVerticalJustification

        public void setVerticalJustification(short value)

        Gets or sets the vertical justification.