public class DocumentPageAnnotationsJson extends BaseJson
Constructor and Description |
---|
DocumentPageAnnotationsJson() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAnnotationsPageNo()
Page number
|
List<DocumentAnnotationJson> |
getPageAnnotations()
List of page annotations
|
List<DocumentPlainAnnotationJson> |
getPagePlainAnnotations()
List of plain annotations
|
void |
setAnnotationsPageNo(Integer annotationsPageNo)
Page number
|
void |
setPageAnnotations(List<DocumentAnnotationJson> pageAnnotations)
List of page annotations
|
void |
setPagePlainAnnotations(List<DocumentPlainAnnotationJson> pagePlainAnnotations)
List of plain annotations
|
getObjType, setObjType, toString
public Integer getAnnotationsPageNo()
public void setAnnotationsPageNo(Integer annotationsPageNo)
annotationsPageNo
- Page numberpublic List<DocumentPlainAnnotationJson> getPagePlainAnnotations()
public void setPagePlainAnnotations(List<DocumentPlainAnnotationJson> pagePlainAnnotations)
pagePlainAnnotations
- List of plain annotationspublic List<DocumentAnnotationJson> getPageAnnotations()
public void setPageAnnotations(List<DocumentAnnotationJson> pageAnnotations)
pageAnnotations
- List of page annotationsCopyright © 2019. All rights reserved.