public abstract class Options extends Object
Base class for operation options with known source document format and password.
Modifier | Constructor and Description |
---|---|
protected |
Options()
Initializes a new instance of the
Options class. |
protected |
Options(long fileFormat,
String password)
Initializes a new instance of the
Options class. |
Modifier and Type | Method and Description |
---|---|
long |
getFileFormat()
File format.
|
String |
getPassword()
Current password to open document.
|
void |
setFileFormat(long value)
File format.
|
void |
setPassword(String value)
Current password to open document.
|
protected Options()
Initializes a new instance of the Options
class.
public final long getFileFormat()
File format.
public final String getPassword()
Current password to open document.
public final void setFileFormat(long value)
File format.
public final void setPassword(String value)
Current password to open document.
Copyright © 2019. All rights reserved.