Package com.aspose.tasks
Class VbaModule
- java.lang.Object
-
- com.aspose.tasks.VbaModule
-
- All Implemented Interfaces:
IVbaModule
public class VbaModule extends Object implements IVbaModule
Represents a VBA module.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VbaModuleAttributeCollection
getAttributes()
Gets a collection ofVbaModuleAttributeCollection
String
getName()
Gets a name of the VBA moduleString
getSourceCode()
Gets a source Code of the VBA module
-
-
-
Method Detail
-
getAttributes
public final VbaModuleAttributeCollection getAttributes()
Gets a collection of
VbaModuleAttributeCollection
- Specified by:
getAttributes
in interfaceIVbaModule
- Returns:
- a collection of
VbaModuleAttributeCollection
-
getName
public final String getName()
Gets a name of the VBA module
- Specified by:
getName
in interfaceIVbaModule
- Returns:
- a name of the VBA module
-
getSourceCode
public final String getSourceCode()
Gets a source Code of the VBA module
- Specified by:
getSourceCode
in interfaceIVbaModule
- Returns:
- a source Code of the VBA module
-
-