java.lang.Object
com.aspose.cells.VbaProject
public class VbaProject
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | getIslockedForViewing() | |
| Indicates whether this VBA project is locked for viewing. | ||
boolean | isProtected() | |
| Indicates 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 | copy(VbaProject source) | |
| Copy VBA project from other file. | ||
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.
copy | |
public void copy(VbaProject source) | |
source -