public class SaveOptions extends Object
Allows to specify additional options (such as password) when saving annotated document.
Constructor and Description |
---|
SaveOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getAnnotationTypes()
Defines what annotations will be in resultant document.
|
int |
getFirstPage()
First page number when saving page range.
|
int |
getLastPage()
Last page number when saving page range.
|
boolean |
getOnlyAnnotatedPages()
Indicates whether to save only annotated pages or not;.
|
Object |
getVersion()
Version Key that will be used to access current version
|
void |
setAnnotationTypes(int value)
Defines what annotations will be in resultant document.
|
void |
setFirstPage(int value)
First page number when saving page range.
|
void |
setLastPage(int value)
Last page number when saving page range.
|
void |
setOnlyAnnotatedPages(boolean value)
Indicates whether to save only annotated pages or not;.
|
void |
setVersion(Object value)
Version Key that will be used to access current version
|
public final int getAnnotationTypes()
Defines what annotations will be in resultant document.
public final int getFirstPage()
First page number when saving page range.
public final int getLastPage()
Last page number when saving page range.
public final boolean getOnlyAnnotatedPages()
Indicates whether to save only annotated pages or not;.
public final Object getVersion()
Version Key that will be used to access current version
public final void setAnnotationTypes(int value)
Defines what annotations will be in resultant document.
value
- public final void setFirstPage(int value)
First page number when saving page range.
value
- public final void setLastPage(int value)
Last page number when saving page range.
value
- public final void setOnlyAnnotatedPages(boolean value)
Indicates whether to save only annotated pages or not;.
value
- public final void setVersion(Object value)
Version Key that will be used to access current version
value
-