public class VbaProject
Property Getters/Setters Summary | ||
---|---|---|
boolean | isSigned() | |
Indicates whether VBAcode is signed or not.
|
||
VbaModuleCollection | getModules() | |
Gets all |
||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Gets and sets the name of the VBA project. | ||
VbaProjectReferenceCollection | getReferences() | |
Gets all references of VBA project.
|
public java.lang.String getName() / public void setName(java.lang.String value)
public boolean isSigned()
public VbaModuleCollection getModules()
public VbaProjectReferenceCollection getReferences()