public class VbaProject
Property Getters/Setters Summary | ||
---|---|---|
boolean | getIslockedForViewing() | |
Inidicates whether this VBA project is locked for viewing.
|
||
boolean | isProtected() | |
Inidicates whether this VBA project is protected.
|
||
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.
|
Method Summary | ||
---|---|---|
void | protect(boolean islockedForViewing, java.lang.String password) | |
Protects or unprotects this VBA project.
|
public java.lang.String getName() / public void setName(java.lang.String value)
public boolean isSigned()
public boolean isProtected()
public boolean getIslockedForViewing()
public VbaModuleCollection getModules()
public VbaProjectReferenceCollection getReferences()
public void protect(boolean islockedForViewing, java.lang.String password)
islockedForViewing
- indicates whether locks project for viewing.password
-
If the value is null, unprotects this VBA project, otherwise projects the this VBA project.