public class VbaProject
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
VbaProject()
Creates a blank VbaProject.
|
| Modifier and Type | Method and Description |
|---|---|
VbaProject |
deepClone()
Performs a copy of the
VbaProject. |
int |
getCodePage()
Returns the VBA project’s code page.
|
VbaModuleCollection |
getModules()
Returns collection of VBA project modules.
|
java.lang.String |
getName()
Gets VBA project name.
|
VbaReferenceCollection |
getReferences()
Gets a collection of VBA project references.
|
boolean |
isSigned()
Shows whether the VbaProject is signed or not.
|
protected java.lang.Object |
memberwiseClone() |
void |
setName(java.lang.String value)
Sets VBA project name.
|
public java.lang.String getName()
public void setName(java.lang.String value)
value - VBA project name.public VbaModuleCollection getModules()
public int getCodePage()
public VbaProject deepClone()
VbaProject.public boolean isSigned()
boolean value.public VbaReferenceCollection getReferences()
protected java.lang.Object memberwiseClone()