VbaModule
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IVbaModule
public final class VbaModule implements IVbaModule
Represents module that is contained in VBA project.
Methods
Method | Description |
---|---|
getName() | Gets the name of the module. |
getSourceCode() | Returns or sets the source code of the module. |
setSourceCode(String value) | Returns or sets the source code of the module. |
getName()
public final String getName()
Gets the name of the module. Read-only String.
Returns: java.lang.String
getSourceCode()
public final String getSourceCode()
Returns or sets the source code of the module. Read/write String.
Returns: java.lang.String
setSourceCode(String value)
public final void setSourceCode(String value)
Returns or sets the source code of the module. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |