public class LoadOptions extends Object
Options used to load a document.
Constructor and Description |
---|
LoadOptions()
Initializes a new instance of the
LoadOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentPassword()
Gets or sets a password for the encrypted document content.
|
boolean |
getLoadHistory()
Gets or sets a value indicating whether a document loader should ignore the history.
|
void |
setDocumentPassword(String value)
Gets or sets a password for the encrypted document content.
|
void |
setLoadHistory(boolean value)
Gets or sets a value indicating whether a document loader should ignore the history.
|
public LoadOptions()
Initializes a new instance of the LoadOptions
class.
public boolean getLoadHistory()
Gets or sets a value indicating whether a document loader should ignore the history.
Use this option to decrease memory and CPU usage.
Default value is true
.
public void setLoadHistory(boolean value)
Gets or sets a value indicating whether a document loader should ignore the history.
Use this option to decrease memory and CPU usage.
Default value is true
.
public String getDocumentPassword()
Gets or sets a password for the encrypted document content. Value is ignored in case the document is not password protected.
public void setDocumentPassword(String value)
Gets or sets a password for the encrypted document content. Value is ignored in case the document is not password protected.