|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVbaProject
Method Summary | |
---|---|
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. |
Method Detail |
---|
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[]
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |