public class CadVbaProject extends CadBaseObject
Class describing VBA_PROJECT object.
Constructor and Description |
---|
CadVbaProject()
Initializes a new instance of the
CadVbaProject class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryObjectData()
Gets or sets the binary object data.
|
int |
getBytesNumber()
Gets or sets the bytes number.
|
void |
setBinaryObjectData(byte[] value)
Gets or sets the binary object data.
|
void |
setBytesNumber(int value)
Gets or sets the bytes number.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadVbaProject()
Initializes a new instance of the CadVbaProject
class.
public final int getBytesNumber()
Gets or sets the bytes number.
public final void setBytesNumber(int value)
Gets or sets the bytes number.
value
- The bytes number.public final byte[] getBinaryObjectData()
Gets or sets the binary object data.
public final void setBinaryObjectData(byte[] value)
Gets or sets the binary object data.
value
- The binary object data.