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