aspose.words.vba module

The aspose.words.vba module provides classes to work with VBA projects.

A VbaProject inside the document is defined as a collection of VbaModule.

Classes

Class Description
VbaModule Provides access to VBA project module. To learn more, visit the Working with VBA Macros documentation article.
VbaModuleCollection Represents a collection of VbaModule objects. To learn more, visit the Working with VBA Macros documentation article.
VbaProject Provides access to VBA project information. A VBA project inside the document is defined as a collection of VBA modules. To learn more, visit the Working with VBA Macros documentation article.
VbaReference Implements a reference to an Automation type library or VBA project. To learn more, visit the Working with VBA Macros documentation article.
VbaReferenceCollection Represents a collection of VbaReference objects. To learn more, visit the Working with VBA Macros documentation article.

Enumerations

Enumeration Description
VbaModuleType Specifies the type of a model in a VBA project.
VbaReferenceType Allows to specify the type of a VbaReference object.