PresentationLoadOptions constructor
init
Initializes a new instance of the PresentationLoadOptions
class.
def __init__(self):
...
init
Initializes a new instance of the PresentationLoadOptions
class with a specified password.
def __init__(self, password):
...
Parameter | Type | Description |
---|---|---|
password | str | The password for opening an encrypted content. |