Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadBlockTableObject



  • public class CadBlockTableObject
    extends CadBaseOwned

    The Cad block table object.

    • Constructor Detail

      • CadBlockTableObject

        public CadBlockTableObject()

        Initializes a new instance of the CadBlockTableObject class.

    • Method Detail

      • getBlockInsertionUnits

        public final short getBlockInsertionUnits()

        Gets or sets the block insertion units.

        Returns:
        The block insertion units.
      • setBlockInsertionUnits

        public final void setBlockInsertionUnits(short value)

        Gets or sets the block insertion units.

        Parameters:
        value - The block insertion units.
      • getBitmapPreviewData

        public final byte[] getBitmapPreviewData()

        Gets or sets the bitmap preview data.

        Returns:
        The bitmap preview data.
      • setBitmapPreviewData

        public final void setBitmapPreviewData(byte[] value)

        Gets or sets the bitmap preview data.

        Parameters:
        value - The bitmap preview data.
      • getBlockScalability

        public final short getBlockScalability()

        Gets the block scalability.

        Returns:
        The block scalability.
      • setBlockScalability

        public final void setBlockScalability(short value)

        Gets the block scalability.

        Parameters:
        value - The block scalability.
      • getBlockExplodability

        public final short getBlockExplodability()

        Gets the block explodability.

        Returns:
        The block explodability.
      • setBlockExplodability

        public final void setBlockExplodability(short value)

        Gets the block explodability.

        Parameters:
        value - The block explodability.
      • getBlockName

        public final String getBlockName()

        Gets or sets the name of the block.

        Returns:
        The name of the block.
      • setBlockName

        public final void setBlockName(String value)

        Gets or sets the name of the block.

        Parameters:
        value - The name of the block.
      • getHardPointerToLayout

        public final String getHardPointerToLayout()

        Gets or sets the hard pointer to layout.

        Returns:
        The hard pointer to layout.
      • setHardPointerToLayout

        public final void setHardPointerToLayout(String value)

        Gets or sets the hard pointer to layout.

        Parameters:
        value - The hard pointer to layout.
      • getXDataAppName

        public final String getXDataAppName()

        Gets or sets the xdata app name.

        Returns:
        The Xdata application name "ACAD".
      • setXDataAppName

        public final void setXDataAppName(String value)

        Gets or sets the xdata app name.

        Parameters:
        value - The Xdata application name "ACAD".
      • getXDataStringData

        public final String getXDataStringData()

        Gets or sets the xdata string data.

        Returns:
        The Xdata string data "DesignCenter Data".
      • setXDataStringData

        public final void setXDataStringData(String value)

        Gets or sets the xdata string data.

        Parameters:
        value - The Xdata string data "DesignCenter Data".
      • getOriginalBlockName

        public final String getOriginalBlockName()

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