Class Index

Classes


Class Annotations.PopupAnnotation


Extends Annotations.Annotation.
Represents a popup note on an annotation

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of PopupAnnotation.
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
 
Whether the popup is open or not
 
setOpen(isOpen)
Set whether the popup is open or not
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.PopupAnnotation()
Creates a new instance of PopupAnnotation.
Method Detail
{boolean} isOpen()
Whether the popup is open or not
Returns:
{boolean}

setOpen(isOpen)
Set whether the popup is open or not
Parameters:
{boolean} isOpen
The new value for the popup's openedness

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