Class TextualDocumentAnnotationJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.DocumentAnnotationJson
-
- com.blackberry.workspaces.sdk.api.json.MarkupDocumentAnnotationJson
-
- com.blackberry.workspaces.sdk.api.json.TextualDocumentAnnotationJson
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InlineTextDocumentAnnotationJson
,TextCommentDocumentAnnotationJson
,TextMarkupDocumentAnnotationJson
public class TextualDocumentAnnotationJson extends MarkupDocumentAnnotationJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextualDocumentAnnotationJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
void
setText(String text)
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.MarkupDocumentAnnotationJson
getAnnotatorId, getOpacity, setAnnotatorId, setOpacity
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.DocumentAnnotationJson
getAnnotationColor, getAnnotationFlags, getAnnotationRectangle, getAnnotationType, getLastModificationDate, setAnnotationColor, setAnnotationFlags, setAnnotationRectangle, setAnnotationType, setLastModificationDate
-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-