Class Index

Classes


Class Annotations.TextMarkupAnnotation


Extends Annotations.MarkupAnnotation.
Represents an extendable text markup annotation. This is the parent class for Highlight, Underline, and Strikeout annotations.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of TextMarkupAnnotation.
Field Summary
Field Attributes Field Name and Description
 
Gets of sets the text quads of the annotation.
Fields borrowed from class Annotations.MarkupAnnotation:
DateCreated, FillColor, Opacity, selectionModel, StrokeColor, StrokeThickness
Fields borrowed from class Annotations.Annotation:
Author, Custom, DateModified, elementName, Height, Hidden, Id, IsAdded, IsDeleted, IsModified, Listable, NoMove, NoResize, NoRotate, NoZoom, PageNumber, Subject, Width, X, Y
Method Summary
Method Attributes Method Name and Description
 
setQuads(quads)
Set the text quads of the annotation.
Methods borrowed from class Annotations.MarkupAnnotation:
getPopup, setPopup, setStyles
Methods borrowed from class Annotations.Annotation:
adjustRect, deserialize, draw, getBottom, getContents, getCustom, getFlag, getHeight, getLeft, getPageNumber, getRect, getRectPadding, getReplies, getRight, getTop, getWidth, getX, getY, isReply, render, resize, serialize, setContents, setCustom, setFlag, setHeight, setPageNumber, setRect, setWidth, setX, setY, unrender
Class Detail
Annotations.TextMarkupAnnotation()
Creates a new instance of TextMarkupAnnotation.
Field Detail
{array} Quads
Gets of sets the text quads of the annotation.
Method Detail
setQuads(quads)
Set the text quads of the annotation.
Parameters:
{array} quads

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:36 GMT-0700 (PDT)