Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
InlineTextDocumentAnnotation
Parameters
Name Type Description

annotationColor

AnnotationColor

annotationFlags

List(AnnotationFlagsEnum)

annotationRectangle

AnnotationRectangle

Required
Not null

annotationType

AnnotationType

Required
Not null

Possible values: [INLINE_TEXT_COMMENT, SQUARE, ARROW, LINE, STRIKEOUT, FREE_DRAWING, HIGHLIGHT, UNDERLINE, TEXT_COMMENT, CIRCLE].

annotatorId

String

lastModificationDate

Date

opacity

Float

text

String

textColor

AnnotationColor

textFontSize

Integer

Json Format
{
textFontSize: Integer,
textColor:
{
red: Float,
green: Float,
blue: Float
},
text: String,
annotatorId: String,
opacity: Float,
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 )
}