__init__ constructor

On this page

init

Initializes a new instance of the OoxmlLoadOptions class.

def __init__(self):
    ...

init

Initializes a new OoxmlLoadOptions instance with a specified password.

def __init__(self, password):
    ...
Parameter Type Description
password str The password for opening an encrypted content.

See Also

On this page