Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadInsertObject

    • Constructor Detail

      • CadInsertObject

        public CadInsertObject()

        Initializes a new instance of the CadInsertObject class.

    • Method Detail

      • getColumnCount

        public short getColumnCount()

        Gets or sets the column count.

      • setColumnCount

        public void setColumnCount(short value)

        Gets or sets the column count.

      • getColumnSpacing

        public double getColumnSpacing()

        Gets or sets the column spacing.

      • setColumnSpacing

        public void setColumnSpacing(double value)

        Gets or sets the column spacing.

      • getFlags

        public short getFlags()

        Gets or sets the flags.

      • setFlags

        public void setFlags(short value)

        Gets or sets the flags.

      • getInsertionPoint

        public Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • getName

        public String getName()

        Gets or sets the name.

      • setName

        public void setName(String value)

        Gets or sets the name.

      • getRotationAngle

        public double getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public void setRotationAngle(double value)

        Gets or sets the rotation angle.

      • getRowCount

        public short getRowCount()

        Gets or sets the row count.

      • setRowCount

        public void setRowCount(short value)

        Gets or sets the row count.

      • getRowSpacing

        public double getRowSpacing()

        Gets or sets the row spacing.

      • setRowSpacing

        public void setRowSpacing(double value)

        Gets or sets the row spacing.

      • getScaleX

        public double getScaleX()

        Gets or sets the scale x.

      • setScaleX

        public void setScaleX(double value)

        Gets or sets the scale x.

      • getScaleY

        public double getScaleY()

        Gets or sets the scale y.

      • setScaleY

        public void setScaleY(double value)

        Gets or sets the scale y.

      • getScaleZ

        public double getScaleZ()

        Gets or sets the scale z.

      • setScaleZ

        public void setScaleZ(double value)

        Gets or sets the scale z.