Uses of Class
com.blackberry.workspaces.sdk.api.json.DocumentAnnotationJson
-
Packages that use DocumentAnnotationJson Package Description com.blackberry.workspaces.sdk.api com.blackberry.workspaces.sdk.api.json -
-
Uses of DocumentAnnotationJson in com.blackberry.workspaces.sdk.api
Methods in com.blackberry.workspaces.sdk.api that return DocumentAnnotationJson Modifier and Type Method Description DocumentAnnotationJson
DocumentAnnotationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of DocumentAnnotationJson in com.blackberry.workspaces.sdk.api.json
Subclasses of DocumentAnnotationJson in com.blackberry.workspaces.sdk.api.json Modifier and Type Class Description class
ArrowDocumentAnnotationJson
class
CircleDocumentAnnotationJson
class
FreeDrawDocumentAnnotationJson
class
GeometricalObjectDocumentAnnotationJson
class
HighlightDocumentAnnotationJson
class
InlineTextDocumentAnnotationJson
class
LineDocumentAnnotationJson
class
MarkupDocumentAnnotationJson
class
SquareDocumentAnnotationJson
class
StrikeoutDocumentAnnotationJson
class
TextCommentDocumentAnnotationJson
class
TextMarkupDocumentAnnotationJson
class
TextualDocumentAnnotationJson
class
UnderlineDocumentAnnotationJson
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type DocumentAnnotationJson Modifier and Type Method Description List<DocumentAnnotationJson>
DocumentPageAnnotationsJson. getPageAnnotations()
List of page annotationsMethod parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type DocumentAnnotationJson Modifier and Type Method Description void
DocumentPageAnnotationsJson. setPageAnnotations(List<DocumentAnnotationJson> pageAnnotations)
List of page annotations
-