pdftron::PDF::Annots::Squiggly Class Reference

A Squiggly annotation shows as a wavy line segment across the bottom of a word or a group of contiguous words. More...

#include <Squiggly.h>

Inheritance diagram for pdftron::PDF::Annots::Squiggly:

Inheritance graph
[legend]
Collaboration diagram for pdftron::PDF::Annots::Squiggly:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Squiggly (SDF::Obj d)
 Creates a Squiggly annotation and initializes it using given Cos/SDF object.
 Squiggly (const Annot &ann)
 Creates a Squiggly annotation and initializes it using given annotation object.

Static Public Member Functions

static Squiggly Create (SDF::SDFDoc &doc, const Rect &pos)
 Creates a new Squiggly annotation in the specified document.


Detailed Description

A Squiggly annotation shows as a wavy line segment across the bottom of a word or a group of contiguous words.

Constructor & Destructor Documentation

pdftron::PDF::Annots::Squiggly::Squiggly ( SDF::Obj  d  ) 

Creates a Squiggly annotation and initializes it using given Cos/SDF object.

Note:
The constructor does not copy any data, but is instead the logical equivalent of a type cast.

pdftron::PDF::Annots::Squiggly::Squiggly ( const Annot ann  )  [inline]

Creates a Squiggly annotation and initializes it using given annotation object.

Note:
The constructor does not copy any data, but is instead the logical equivalent of a type cast.


Member Function Documentation

static Squiggly pdftron::PDF::Annots::Squiggly::Create ( SDF::SDFDoc doc,
const Rect pos 
) [static]

Creates a new Squiggly annotation in the specified document.

Parameters:
doc A document to which the Popup annotation is added.
pos A rectangle specifying the Popup annotation's bounds in default user space units.
Returns:
A newly created blank Squiggly annotation.


© 2002-2010 PDFTron Systems Inc.