Package com.aspose.tasks
Interface IVbaModule
-
- All Known Implementing Classes:
VbaModule
@Deprecated public interface IVbaModule
Deprecated.This interface is obsolete and will be removed after release 25.12. Use VbaModule class instead.Represents a module with VBA code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description VbaModuleAttributeCollectiongetAttributes()Deprecated.Gets a collection ofVbaModuleAttributeCollectionStringgetName()Deprecated.Gets a name of the VBA moduleStringgetSourceCode()Deprecated.Gets a source code of the VBA module
-
-
-
Method Detail
-
getAttributes
VbaModuleAttributeCollection getAttributes()
Deprecated.Gets a collection of
VbaModuleAttributeCollection- Returns:
- a collection of
VbaModuleAttributeCollection
-
getName
String getName()
Deprecated.Gets a name of the VBA module
- Returns:
- a name of the VBA module
-
getSourceCode
String getSourceCode()
Deprecated.Gets a source code of the VBA module
- Returns:
- a source Code of the VBA module
-
-