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

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final CadMText getMultiText()

        Gets or sets the multi text.

        Returns:
        The multi text.
      • setMultiText

        public final void setMultiText(CadMText value)

        Gets or sets the multi text.

        Parameters:
        value - The multi text.
      • getVersionNumber

        public final Short getVersionNumber()

        Gets or sets the version number.

        Returns:
        The version number.
      • setVersionNumber

        public final void setVersionNumber(Short value)

        Gets or sets the version number.

        Parameters:
        value - The version number.
      • getLockPositionFlag

        public final short getLockPositionFlag()

        Gets or sets the lock position flag.

        Returns:
        The lock position flag.
      • setLockPositionFlag

        public final void setLockPositionFlag(short value)

        Gets or sets the lock position flag.

        Parameters:
        value - The lock position flag.
      • getDefaultString

        public final String getDefaultString()

        Gets or sets the default string.

      • setDefaultString

        public final void setDefaultString(String value)

        Gets or sets the default string.

      • getFieldLength

        public final short getFieldLength()

        Gets or sets the field length.

      • setFieldLength

        public final void setFieldLength(short value)

        Gets or sets the field length.

      • getFirstAlignment

        public final Cad3DPoint getFirstAlignment()

        Gets or sets the first alignment.

      • setFirstAlignment

        public final void setFirstAlignment(Cad3DPoint value)

        Gets or sets the first alignment.

      • getFlags

        public final short getFlags()

        Gets or sets the flags.

      • setFlags

        public final void setFlags(short value)

        Gets or sets the flags.

      • getGenerationFlag

        public final short getGenerationFlag()

        Gets or sets the generation flag.

      • setGenerationFlag

        public final void setGenerationFlag(short value)

        Gets or sets the generation flag.

      • getHorizontalAlignment

        public final short getHorizontalAlignment()

        Gets or sets the horizontal alignment.

      • setHorizontalAlignment

        public final void setHorizontalAlignment(short value)

        Gets or sets the horizontal alignment.

      • getId

        public final String getId()

        Gets or sets the id.

      • setId

        public final void setId(String value)

        Gets or sets the id.

      • getObliqueAngle

        public final double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public final void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getPromptString

        public final String getPromptString()

        Gets or sets the prompt string.

      • setPromptString

        public final void setPromptString(String value)

        Gets or sets the prompt string.

      • getRotationAngle

        public final double getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public final void setRotationAngle(double value)

        Gets or sets the rotation 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.

      • getSecondAlignment

        public final Cad3DPoint getSecondAlignment()

        Gets or sets the second alignment.

      • setSecondAlignment

        public final void setSecondAlignment(Cad3DPoint value)

        Gets or sets the second alignment.

      • getStyleName

        public final String getStyleName()

        Gets or sets the style name.

      • setStyleName

        public final void setStyleName(String value)

        Gets or sets the style name.

      • getTextHeight

        public final double getTextHeight()

        Gets or sets the text height.

      • setTextHeight

        public final void setTextHeight(double value)

        Gets or sets the text height.

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

      • deepClone

        public final Object deepClone()

        Clones current object

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