|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.VbaModule
public final class VbaModule
Represents module that is contained in VBA project
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of the module. |
java.lang.String |
getSourceCode()
Returns or set the source code of the module. |
void |
setSourceCode(java.lang.String value)
Returns or set the source code of the module. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
Gets the name of the module.
Read-only String
.
getName
in interface IVbaModule
public java.lang.String getSourceCode()
Returns or set the source code of the module.
Read/write String
.
getSourceCode
in interface IVbaModule
public void setSourceCode(java.lang.String value)
Returns or set the source code of the module.
Read/write String
.
setSourceCode
in interface IVbaModule
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |