public class OoxmlLoadOptions extends LoadOptions
Represents document loading options for a OOXML document.
Constructor and Description |
---|
OoxmlLoadOptions()
Initializes a new instance of the
OoxmlLoadOptions class. |
OoxmlLoadOptions(String password)
Initializes a new instance of the
OoxmlLoadOptions class. |
getPassword, setPassword
public OoxmlLoadOptions()
Initializes a new instance of the OoxmlLoadOptions
class.
public OoxmlLoadOptions(String password)
Initializes a new instance of the OoxmlLoadOptions
class.
password
- The password for opening an encrypted content.Copyright © 2020. All rights reserved.