java.lang.Objectcom.aspose.cells.VbaProject
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.String value) | |
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. |
Property Getters/Setters Detail |
---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) |
isSigned | |
public boolean isSigned() |
isProtected | |
public boolean isProtected() |
getIslockedForViewing | |
public boolean getIslockedForViewing() |
getModules | |
public VbaModuleCollection getModules() |
getReferences | |
public VbaProjectReferenceCollection getReferences() |
Method Detail |
---|
protect | |
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.