Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadVbaProject



  • public class CadVbaProject
    extends CadBaseObject

    Class describing VBA_PROJECT object.

    • Constructor Detail

      • CadVbaProject

        public CadVbaProject()

        Initializes a new instance of the CadVbaProject class.

    • Method Detail

      • getBytesNumber

        public final int getBytesNumber()

        Gets or sets the bytes number.

        Returns:
        The bytes number.
      • setBytesNumber

        public final void setBytesNumber(int value)

        Gets or sets the bytes number.

        Parameters:
        value - The bytes number.
      • getBinaryObjectData

        public final byte[] getBinaryObjectData()

        Gets or sets the binary object data.

        Returns:
        The binary object data.
      • setBinaryObjectData

        public final void setBinaryObjectData(byte[] value)

        Gets or sets the binary object data.

        Parameters:
        value - The binary object data.