public final class VbaModule extends java.lang.Object implements IVbaModule
Represents module that is contained in VBA project
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name of the module.
|
java.lang.String |
getSourceCode()
Returns or sets the source code of the module.
|
void |
setSourceCode(java.lang.String value)
Returns or sets the source code of the module.
|
public final java.lang.String getName()
Gets the name of the module.
Read-only String
.
getName
in interface IVbaModule
public final java.lang.String getSourceCode()
Returns or sets the source code of the module.
Read/write String
.
getSourceCode
in interface IVbaModule
public final void setSourceCode(java.lang.String value)
Returns or sets the source code of the module.
Read/write String
.
setSourceCode
in interface IVbaModule