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 VbaModuleAttributeCollectiongetAttributes()Gets a collection ofVbaModuleAttributeCollectionStringgetName()Gets a name of the VBA moduleStringgetSourceCode()Gets a source Code of the VBA module
-
-
-
Method Detail
-
getAttributes
public final VbaModuleAttributeCollection getAttributes()
Gets a collection of
VbaModuleAttributeCollection- Specified by:
getAttributesin interfaceIVbaModule- Returns:
- a collection of
VbaModuleAttributeCollection
-
getName
public final String getName()
Gets a name of the VBA module
- Specified by:
getNamein interfaceIVbaModule- Returns:
- a name of the VBA module
-
getSourceCode
public final String getSourceCode()
Gets a source Code of the VBA module
- Specified by:
getSourceCodein interfaceIVbaModule- Returns:
- a source Code of the VBA module
-
-