Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadInsertObject

    • Constructor Detail

      • CadInsertObject

        public CadInsertObject()

        Initializes a new instance of the CadInsertObject class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

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

        public final short getColumnCount()

        Gets or sets the column count.

      • setColumnCount

        public final void setColumnCount(short value)

        Gets or sets the column count.

      • getColumnSpacing

        public final double getColumnSpacing()

        Gets or sets the column spacing.

      • setColumnSpacing

        public final void setColumnSpacing(double value)

        Gets or sets the column spacing.

      • getFlags

        public final short getFlags()

        Gets or sets the flags.

      • setFlags

        public final void setFlags(short value)

        Gets or sets the flags.

      • getInsertionPoint

        public final Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • setInsertionPoint

        public final void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

      • getName

        public final String getName()

        Gets or sets the name.

      • setName

        public final void setName(String value)

        Gets or sets the name.

      • getRotationAngle

        public final double getRotationAngle()

        Gets or sets the rotation angle.

      • setRotationAngle

        public final void setRotationAngle(double value)

        Gets or sets the rotation angle.

      • getRowCount

        public final short getRowCount()

        Gets or sets the row count.

      • setRowCount

        public final void setRowCount(short value)

        Gets or sets the row count.

      • getRowSpacing

        public final double getRowSpacing()

        Gets or sets the row spacing.

      • setRowSpacing

        public final void setRowSpacing(double value)

        Gets or sets the row spacing.

      • getScaleX

        public final double getScaleX()

        Gets or sets the scale x.

      • setScaleX

        public final void setScaleX(double value)

        Gets or sets the scale x.

      • getScaleY

        public final double getScaleY()

        Gets or sets the scale y.

      • setScaleY

        public final void setScaleY(double value)

        Gets or sets the scale y.

      • getScaleZ

        public final double getScaleZ()

        Gets or sets the scale z.

      • setScaleZ

        public final void setScaleZ(double value)

        Gets or sets the scale z.

      • getOriginalBlockName

        public final String getOriginalBlockName()

        Name of the original referred dynamic block, or real block name if it's not originated from dynamic block