public interface IVbaProject
Modifier and Type | Method and Description |
---|---|
IVbaModuleCollection |
getModules()
Returns the list of all modules that are contained in the VBA project.
|
java.lang.String |
getName()
Returns the name of the VBA project.
|
IVbaReferenceCollection |
getReferences()
Returns the list of all references that are contained in the VBA project.
|
byte[] |
toBinary()
Returns the binary representation of the VBA project as OLE container.
|
java.lang.String getName()
Returns the name of the VBA project.
Read-only String
.
IVbaModuleCollection getModules()
Returns the list of all modules that are contained in the VBA project.
Read-only IVbaModuleCollection
.
IVbaReferenceCollection getReferences()
Returns the list of all references that are contained in the VBA project.
Read-only IVbaReferenceCollection
.
byte[] toBinary()
Returns the binary representation of the VBA project as OLE container.
Read-only byte[]
.