public class AnnotateOptions
extends java.lang.Object
Constructor | Description |
---|---|
AnnotateOptions() |
Modifier and Type | Method | Description |
---|---|---|
AnnotateOptions |
addAnnotationsItem(AnnotationInfo annotationsItem) |
|
AnnotateOptions |
annotations(java.util.List<AnnotationInfo> annotations) |
|
boolean |
equals(java.lang.Object o) |
|
AnnotateOptions |
fileInfo(FileInfo fileInfo) |
|
AnnotateOptions |
firstPage(java.lang.Integer firstPage) |
|
AnnotateOptions |
fontsPath(java.lang.String fontsPath) |
|
java.util.List<AnnotationInfo> |
getAnnotations() |
List of annotations to add to the document
|
FileInfo |
getFileInfo() |
Input document description
|
java.lang.Integer |
getFirstPage() |
First page number when saving page range
|
java.lang.String |
getFontsPath() |
The path to directory containing custom fonts in storage
|
java.lang.Integer |
getLastPage() |
Last page number when saving page range
|
java.lang.Boolean |
getOnlyAnnotatedPages() |
Indicates whether to save only annotated pages
|
java.lang.String |
getOutputPath() |
Path to output document in the cloud storage.
|
int |
hashCode() |
|
AnnotateOptions |
lastPage(java.lang.Integer lastPage) |
|
AnnotateOptions |
onlyAnnotatedPages(java.lang.Boolean onlyAnnotatedPages) |
|
AnnotateOptions |
outputPath(java.lang.String outputPath) |
|
void |
setAnnotations(java.util.List<AnnotationInfo> annotations) |
|
void |
setFileInfo(FileInfo fileInfo) |
|
void |
setFirstPage(java.lang.Integer firstPage) |
|
void |
setFontsPath(java.lang.String fontsPath) |
|
void |
setLastPage(java.lang.Integer lastPage) |
|
void |
setOnlyAnnotatedPages(java.lang.Boolean onlyAnnotatedPages) |
|
void |
setOutputPath(java.lang.String outputPath) |
|
java.lang.String |
toString() |
public AnnotateOptions fileInfo(FileInfo fileInfo)
public FileInfo getFileInfo()
public void setFileInfo(FileInfo fileInfo)
public AnnotateOptions annotations(java.util.List<AnnotationInfo> annotations)
public AnnotateOptions addAnnotationsItem(AnnotationInfo annotationsItem)
public java.util.List<AnnotationInfo> getAnnotations()
public void setAnnotations(java.util.List<AnnotationInfo> annotations)
public AnnotateOptions firstPage(java.lang.Integer firstPage)
public java.lang.Integer getFirstPage()
public void setFirstPage(java.lang.Integer firstPage)
public AnnotateOptions lastPage(java.lang.Integer lastPage)
public java.lang.Integer getLastPage()
public void setLastPage(java.lang.Integer lastPage)
public AnnotateOptions onlyAnnotatedPages(java.lang.Boolean onlyAnnotatedPages)
public java.lang.Boolean getOnlyAnnotatedPages()
public void setOnlyAnnotatedPages(java.lang.Boolean onlyAnnotatedPages)
public AnnotateOptions outputPath(java.lang.String outputPath)
public java.lang.String getOutputPath()
public void setOutputPath(java.lang.String outputPath)
public AnnotateOptions fontsPath(java.lang.String fontsPath)
public java.lang.String getFontsPath()
public void setFontsPath(java.lang.String fontsPath)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2022. All rights reserved.