public class Options extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Options.BuilderChain
BuilderChain used to create a new Options instance.
|
Modifier and Type | Field and Description |
---|---|
static TargetFormat |
DEFAULT_TARGET |
static TimeOut |
DEFAULT_TIMEOUT |
Modifier | Constructor and Description |
---|---|
protected |
Options()
Instantiates a new options.
|
Modifier and Type | Method and Description |
---|---|
AdditionalOptions |
getAdditionalOptions()
Gets the additional options.
|
int |
getPageToRender()
Convenience method to find out the number of the page to be rendered.
|
Paging |
getPaging() |
RedactionMode |
getRedactions() |
TargetFormat |
getTargetFormat() |
TimeOut |
getTimeOut() |
static Options.BuilderChain |
newOptions(TargetFormat target)
Creates a new options instance with the specified target format.
|
boolean |
renderWholeDocument() |
String |
toString() |
public static final TargetFormat DEFAULT_TARGET
public static final TimeOut DEFAULT_TIMEOUT
public boolean renderWholeDocument()
public Paging getPaging()
public TargetFormat getTargetFormat()
public RedactionMode getRedactions()
public TimeOut getTimeOut()
public AdditionalOptions getAdditionalOptions()
public int getPageToRender()
public static Options.BuilderChain newOptions(TargetFormat target)
target
- the target formatCopyright © 2016 SAPERION AG. All rights reserved.