VbaProject constructor
init
This constructor creates new VBA project from scratch. Project will be created in 1252 Windows Latin 1 (ANSI) codepage
def __init__(self):
...
init
This constructor loads VBA project from binary representation of OLE container.
def __init__(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | bytes |
See Also
- class
VbaProject - module
aspose.slides.vba - library
Aspose.Slides