VbaProject Class |
Namespace: Aspose.Slides.Vba
The VbaProject type exposes the following members.
Name | Description | |
---|---|---|
![]() | VbaProject |
This constructor creates new VBA project from scratch.
Project will be created in 1252 Windows Latin 1 (ANSI) codepage
|
![]() | VbaProject(Byte) |
This constructor loads VBA project from binary representation of OLE container.
|
Name | Description | |
---|---|---|
![]() | Modules |
Returns the list of all modules that are contained in the VBA project.
Read-only IVbaModuleCollection.
|
![]() | Name |
Returns the name of the VBA project.
Read-only String.
|
![]() | References |
Returns the list of all references that are contained in the VBA project.
Read-only IVbaReferenceCollection.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToBinary |
Returns the binary representation of the VBA project as OLE container
|
![]() | ToString | (Inherited from Object.) |