|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.VbaProject
public final class VbaProject
Represents VBA project with presentation macros.
Constructor Summary | |
---|---|
VbaProject()
This constructor creates new VBA project from scratch. |
|
VbaProject(byte[] data)
This constructor loads VBA project from binary representation of OLE container. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VbaProject()
This constructor creates new VBA project from scratch. Project will be created in 1252 Windows Latin 1 (ANSI) codepage
public VbaProject(byte[] data)
This constructor loads VBA project from binary representation of OLE container.
Method Detail |
---|
public java.lang.String getName()
Returns the name of the VBA project.
Read-only String
.
getName
in interface IVbaProject
public IVbaModuleCollection getModules()
Returns the list of all modules that are contained in the VBA project.
Read-only IVbaModuleCollection
.
getModules
in interface IVbaProject
public IVbaReferenceCollection getReferences()
Returns the list of all references that are contained in the VBA project.
Read-only IVbaReferenceCollection
.
getReferences
in interface IVbaProject
public byte[] toBinary()
Returns the binary representation of the VBA project as OLE container
toBinary
in interface IVbaProject
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |