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 IVbaModulepublic final java.lang.String getSourceCode()
Returns or sets the source code of the module.
Read/write String.
getSourceCode in interface IVbaModulepublic final void setSourceCode(java.lang.String value)
Returns or sets the source code of the module.
Read/write String.
setSourceCode in interface IVbaModuleCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.