Packages

 

com.aspose.cad.fileformats.cad.cadobjects

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 int getBytesNumber()

        Gets or sets the bytes number.

        Returns:
        The bytes number.
      • setBytesNumber

        public void setBytesNumber(int value)

        Gets or sets the bytes number.

        Parameters:
        value - The bytes number.
      • getBinaryObjectData

        public byte[] getBinaryObjectData()

        Gets or sets the binary object data.

        Returns:
        The binary object data.
      • setBinaryObjectData

        public void setBinaryObjectData(byte[] value)

        Gets or sets the binary object data.

        Parameters:
        value - The binary object data.