Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DocumentAnnotations
A collection of annotations
Parameters
Name Type Description

documentPageAnnotations

List(DocumentPageAnnotations)

Required
Not null

List of annotations

Json Format
{
documentPageAnnotations: List(
{
pageAnnotations: List(
{
annotationType: AnnotationType,
annotationRectangle:
{
lowerLeftCorner:
{
x: Float,
y: Float
},
upperRightCorner:
{
x: Float,
y: Float
}
},
annotationColor:
{
red: Float,
green: Float,
blue: Float
},
lastModificationDate: Date,
annotationFlags: Set(AnnotationFlagsEnum )
}),
pagePlainAnnotations: List(
{
annotationPDFText: String
}),
annotationsPageNo: Integer
})
}