Class TextMarkupDocumentAnnotationJson
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
com.blackberry.workspaces.sdk.api.json.TextMarkupDocumentAnnotationJson
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HighlightDocumentAnnotationJson
,StrikeoutDocumentAnnotationJson
,UnderlineDocumentAnnotationJson
public class TextMarkupDocumentAnnotationJson extends TextualDocumentAnnotationJson
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TextMarkupDocumentAnnotationJson()
-
Method Summary
Modifier and Type Method Description List<MarkupLocationJson>
getMarkupLocations()
void
setMarkupLocations(List<MarkupLocationJson> markupLocations)
Methods inherited from class com.blackberry.workspaces.sdk.api.json.TextualDocumentAnnotationJson
getText, setText
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
-
Constructor Details
-
TextMarkupDocumentAnnotationJson
public TextMarkupDocumentAnnotationJson()
-
-
Method Details