Class Index

Classes


Class PDFNet.SquigglyAnnot

PDFNet.SquigglyAnnot

Class Summary
Constructor Attributes Constructor Name and Description
 
A Squiggly annotation shows as a wavy line segment across the bottom of a word or a group of contiguous words.
Method Summary
Method Attributes Method Name and Description
<static>  
PDFNet.SquigglyAnnot.create(doc, pos)
Creates a new Squiggly annotation in the specified document.
<static>  
PDFNet.SquigglyAnnot.createFromAnnot(ann)
creates a Squiggly annotation and initializes it using given annotation object.
<static>  
PDFNet.SquigglyAnnot.createFromObj(d)
creates a Squiggly annotation and initializes it using given Cos/SDF object.
Class Detail
PDFNet.SquigglyAnnot(id)
A Squiggly annotation shows as a wavy line segment across the bottom of a word or a group of contiguous words.
Parameters:
id
Method Detail
<static> {SquigglyAnnot} PDFNet.SquigglyAnnot.create(doc, pos)
Creates a new Squiggly annotation in the specified document.
Parameters:
{SDFDoc} doc
A document to which the Popup annotation is added.
{rect} pos
A rectangle specifying the Popup annotation's bounds in default user space units.
Returns:
{SquigglyAnnot} A promise that resolves to a newly created blank Squiggly annotation.

<static> {SquigglyAnnot} PDFNet.SquigglyAnnot.createFromAnnot(ann)
creates a Squiggly annotation and initializes it using given annotation object.
Parameters:
{Annot} ann
Annot object used to initialize the Squiggly annotation.
Returns:
{SquigglyAnnot} A promise that resolves to an object of type: "SquigglyAnnot" (generated documentation)

<static> {SquigglyAnnot} PDFNet.SquigglyAnnot.createFromObj(d)
creates a Squiggly annotation and initializes it using given Cos/SDF object.
Parameters:
{Obj} d
The Cos/SDF object to initialze the annotation with.
Returns:
{SquigglyAnnot} A promise that resolves to an object of type: "SquigglyAnnot" (generated documentation)

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