TextAnnotationType Data Type

This annotation holds formatted text - a note.

Properties
name data type constraints description
color number required Returns the color.
noteText string   Returns the note text.
textColor number required Returns the text color.
textRotation number required Returns the text rotation.
asIcon boolean required Returns the asIcon flag.
coldFrame boolean required Returns the cold frame.
transparent boolean required Returns the transparent.
wordWrap boolean required Returns the word wrap.
Properties inherited from AnnotationType
accessData AnnotationAccessDataType   Returns the access data.
height number required Returns the height.
page number required Returns the page.
width number required Returns the width.
x number required Returns the x.
y number required Returns the y.

Example

{
  "color" : 12345,
  "noteText" : "...",
  "textColor" : 12345,
  "textRotation" : 12345,
  "asIcon" : true,
  "coldFrame" : true,
  "transparent" : true,
  "wordWrap" : true,
  "accessData" : {
    "aclName" : "...",
    "creationDate" : 12345,
    "creationUser" : 12345,
    "lastModificationDate" : 12345,
    "lastModificationUser" : 12345
  },
  "height" : 12345,
  "page" : 12345,
  "width" : 12345,
  "x" : 12345,
  "y" : 12345
}