Packages

 

com.aspose.cad.fileformats.cad.cadobjects.attentities

Class CadAttDef

  • All Implemented Interfaces:
    com.aspose.ms.System.ICloneable, Cloneable


    public class CadAttDef
    extends CadXrecordObject
    implements com.aspose.ms.System.ICloneable, Cloneable

    Class describing Cad AttributeDefinitions

    • Constructor Detail

      • CadAttDef

        public CadAttDef()

        Initializes a new instance of the CadAttDef class.

    • Method Detail

      • getMultiText

        public CadMText getMultiText()

        Gets or sets the multi text.

        Returns:
        The multi text.
      • setMultiText

        public void setMultiText(CadMText value)

        Gets or sets the multi text.

        Parameters:
        value - The multi text.
      • getVersionNumber

        public CadShortParameter getVersionNumber()

        Gets or sets the version number.

        Returns:
        The version number.
      • setVersionNumber

        public void setVersionNumber(CadShortParameter value)

        Gets or sets the version number.

        Parameters:
        value - The version number.
      • getLockPositionFlag

        public short getLockPositionFlag()

        Gets or sets the lock position flag.

        Returns:
        The lock position flag.
      • setLockPositionFlag

        public void setLockPositionFlag(short value)

        Gets or sets the lock position flag.

        Parameters:
        value - The lock position flag.
      • getDefaultString

        public String getDefaultString()

        Gets or sets the default string.

      • setDefaultString

        public void setDefaultString(String value)

        Gets or sets the default string.

      • getFieldLength

        public short getFieldLength()

        Gets or sets the field length.

      • setFieldLength

        public void setFieldLength(short value)

        Gets or sets the field length.

      • getFirstAlignment

        public Cad3DPoint getFirstAlignment()

        Gets or sets the first alignment.

      • setFirstAlignment

        public void setFirstAlignment(Cad3DPoint value)

        Gets or sets the first alignment.

      • getFlags

        public short getFlags()

        Gets or sets the flags.

      • setFlags

        public void setFlags(short value)

        Gets or sets the flags.

      • getGenerationFlag

        public short getGenerationFlag()

        Gets or sets the generation flag.

      • setGenerationFlag

        public void setGenerationFlag(short value)

        Gets or sets the generation flag.

      • getHorizontalAlignment

        public short getHorizontalAlignment()

        Gets or sets the horizontal alignment.

      • setHorizontalAlignment

        public void setHorizontalAlignment(short value)

        Gets or sets the horizontal alignment.

      • getId

        public String getId()

        Gets or sets the id.

      • setId

        public void setId(String value)

        Gets or sets the id.

      • getObliqueAngle

        public double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getPromptString

        public CadStringParameter getPromptString()

        Gets or sets the prompt string.

      • setPromptString

        public void setPromptString(CadStringParameter value)

        Gets or sets the prompt string.

      • getRotationAngle

        public double getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public void setRotationAngle(double value)

        Gets or sets the rotation angle.

      • getScaleX

        public double getScaleX()

        Gets or sets the scale x.

      • setScaleX

        public void setScaleX(double value)

        Gets or sets the scale x.

      • getSecondAlignment

        public Cad3DPoint getSecondAlignment()

        Gets or sets the second alignment.

      • setSecondAlignment

        public void setSecondAlignment(Cad3DPoint value)

        Gets or sets the second alignment.

      • getStyleName

        public String getStyleName()

        Gets or sets the style name.

      • setStyleName

        public void setStyleName(String value)

        Gets or sets the style name.

      • getTextHeight

        public double getTextHeight()

        Gets or sets the text height.

      • setTextHeight

        public void setTextHeight(double value)

        Gets or sets the text height.

      • 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.

      • deepClone

        public Object deepClone()

        Clones current object

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        Clone of current object