VbaProject class
Contents
[
Hide
]VbaProject class
Represents VBA project with presentation macros.
The VbaProject type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | This constructor creates new VBA project from scratch. Project will be created in 1252 Windows Latin 1 (ANSI) codepage |
__init__ | This constructor loads VBA project from binary representation of OLE container. |
Properties
Property | Description |
---|---|
name | Returns the name of the VBA project. Read-only str. |
modules | Returns the list of all modules that are contained in the VBA project. Read-only IVbaModuleCollection . |
references | Returns the list of all references that are contained in the VBA project. Read-only IVbaReferenceCollection . |
is_password_protected | Indicates whether the VBAProject is protected by a password to view project properties. Read-only bool. |
Methods
Method | Description |
---|---|
to_binary | Returns the binary representation of the VBA project as OLE container |
See Also
- module
aspose.slides.vba
- library
Aspose.Slides