AnnotationType Data Type

Common super class for types representing an annotation on a saperion document content element.

Abstract Type
Subtypes
SecurityAnnotationType, PictureAnnotationType, ArrowAnnotationType, TextAnnotationType, MarkerAnnotationType
Properties
name data type description
accessData AnnotationAccessDataType Returns the access data.
height number Returns the height.
page number Returns the page.
width number Returns the width.
x number Returns the x.
y number Returns the y.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "accessData" : {
    "aclName" : "...",
    "creationDate" : 12345,
    "creationUser" : 12345,
    "lastModificationDate" : 12345,
    "lastModificationUser" : 12345
  },
  "height" : 12345,
  "page" : 12345,
  "width" : 12345,
  "x" : 12345,
  "y" : 12345
}