public class DocumentAnnotationJson extends BaseJson
Constructor and Description |
---|
DocumentAnnotationJson() |
Modifier and Type | Method and Description |
---|---|
AnnotationColorJson |
getAnnotationColor()
Color
|
Set<AnnotationFlagsEnum> |
getAnnotationFlags()
List of annotation flags
|
AnnotationRectangleJson |
getAnnotationRectangle()
Bounding rectangle
|
AnnotationType |
getAnnotationType()
Annotation type
|
Date |
getLastModificationDate()
Modification date
|
void |
setAnnotationColor(AnnotationColorJson annotationColor)
Color
|
void |
setAnnotationFlags(Set<AnnotationFlagsEnum> annotationFlags)
List of annotation flags
|
void |
setAnnotationRectangle(AnnotationRectangleJson annotationRectangle)
Bounding rectangle
|
void |
setAnnotationType(AnnotationType annotationType)
Annotation type
|
void |
setLastModificationDate(Date lastModificationDate)
Modification date
|
getObjType, setObjType, toString
public Date getLastModificationDate()
public void setLastModificationDate(Date lastModificationDate)
lastModificationDate
- Modification datepublic Set<AnnotationFlagsEnum> getAnnotationFlags()
public void setAnnotationFlags(Set<AnnotationFlagsEnum> annotationFlags)
annotationFlags
- List of annotation flagspublic AnnotationColorJson getAnnotationColor()
public void setAnnotationColor(AnnotationColorJson annotationColor)
annotationColor
- Colorpublic AnnotationType getAnnotationType()
public void setAnnotationType(AnnotationType annotationType)
annotationType
- Annotation typepublic AnnotationRectangleJson getAnnotationRectangle()
public void setAnnotationRectangle(AnnotationRectangleJson annotationRectangle)
annotationRectangle
- Bounding rectangleCopyright © 2019. All rights reserved.