Gets the password for opening an encrypted document.
Returns:
java.lang.String - Can be null or empty string. The default value is null. If the document is not encrypted, set this to null or the empty string.
setPassword(String value)
public final void setPassword(String value)
Sets the password for opening an encrypted document.
Parameters:
Parameter
Type
Description
value
java.lang.String
Can be null or empty string. The default value is null. If the document is not encrypted, set this to null or the empty string.
getFileFormat()
public final FileFormat getFileFormat()
Gets the exact type of the file that is to be loaded. The default value is FileFormat.Unknown which means that the type should be detected automatically.
Returns:FileFormat - The exact type of the file that is to be loaded.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.