Package com.aspose.tasks
Interface IVbaModule
-
- All Known Implementing Classes:
VbaModule
public interface IVbaModule
Represents a module with VBA code.
-
-
Method Summary
All Methods Instance Methods Abstract 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
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
-
-