Package com.aspose.tasks
Interface IVbaModule
-
- All Known Implementing Classes:
VbaModule
public interface IVbaModuleRepresents a module with VBA code.
-
-
Method Summary
All Methods Instance Methods Abstract 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
VbaModuleAttributeCollection getAttributes()
Gets a collection of
VbaModuleAttributeCollection- Returns:
- a collection of
VbaModuleAttributeCollection
-
getName
String getName()
Gets a name of the VBA module
- Returns:
- a name of the VBA module
-
getSourceCode
String getSourceCode()
Gets a source Code of the VBA module
- Returns:
- a source Code of the VBA module
-
-