Aspose.Words.Vba Namespace |
The Aspose.Words.Vba namespace provides classes to work with VBA projects.
A VbaProject inside the document is defined as a collection of VbaModule.
Class | Description | |
---|---|---|
![]() ![]() | VbaModule |
Provides access to VBA project module.
|
![]() ![]() | VbaModuleCollection |
Represents a collection of VbaModule objects.
|
![]() ![]() | VbaProject |
Provides access to VBA project information.
A VBA project inside the document is defined as a collection of VBA modules.
|
![]() ![]() | VbaReference |
Implements a reference to an Automation type library or VBA project.
|
![]() ![]() | VbaReferenceCollection |
Represents a collection of VbaReference objects.
|
Enumeration | Description | |
---|---|---|
![]() ![]() | VbaModuleType |
Specifies the type of a model in a VBA project.
|
![]() ![]() | VbaReferenceType |
Allows to specify the type of a VbaReference object.
|