com.aspose.slides
Class VbaModule

java.lang.Object
  extended by com.aspose.slides.VbaModule
All Implemented Interfaces:
IVbaModule

public final class VbaModule
extends java.lang.Object
implements IVbaModule

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

getName

public java.lang.String getName()

Gets the name of the module. Read-only String.

Specified by:
getName in interface IVbaModule

getSourceCode

public java.lang.String getSourceCode()

Returns or set the source code of the module. Read/write String.

Specified by:
getSourceCode in interface IVbaModule

setSourceCode

public void setSourceCode(java.lang.String value)

Returns or set the source code of the module. Read/write String.

Specified by:
setSourceCode in interface IVbaModule


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.