Mako 7.2.0 API
Loading...
Searching...
No Matches

Comments and other annotations. More...

Classes

class  JawsMako::IAnnotationReference
 A generic reference to an annotation. The target annotation might not be loaded. Chiefly used to refer to annotations from a Form. More...
 
class  JawsMako::IAnnotationAppearance
 An interface class for an annotation appearance, describing the graphical content of an annotation in a given usage and state. Annotation appearances are immutable. More...
 
class  JawsMako::CAnnotationBorder
 A class representing an annotation's border (described in the PDF Specification as BorderStyle). The meaning of a border style depends on the annotation type and not all annotation types will support all attributes of this class, and neither will all PDF versions support all attributes. Please refer to the PDF 1.7 specification for the required styles. JawsMako will only store the attributes that are valid for the given type, but will not signal errors for this case. More...
 
class  JawsMako::IAnnotation
 An interface class for an annotation. More...
 
class  JawsMako::IMarkupAnnotation
 An interface class for markup annotations. It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::CQuadPoint
 A representation of a PDF Quadpoint, in DOM coordinates. More...
 
class  JawsMako::CRectInset
 A class which specifies an inset from a rectangle. More...
 
class  JawsMako::ITextMarkupAnnotation
 A generic interface class for a text markup annotation It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::ILinkAnnotation
 A generic interface class for a link annotation It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::IFreeTextAnnotation
 A generic interface class for a free text annotation It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::ICaretAnnotation
 A generic interface class for a caret annotation It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::IShapeAnnotation
 A generic interface class for circle and square annotations. It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::IPolyAnnotation
 An interface class for a polygon or polyline annotation. It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::ILineAnnotation
 An interface class for a line annotation. It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::IInkAnnotation
 A generic interface class for a ink annotation It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::IPopupAnnotation
 An interface class for a popup annotation, which should not exist as a standalone, but is associated with a Markup Annotation. No appearances can be added to this annotation type. It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::ISoundAnnotation
 An interface class for a sound annotation. Allows access to the sound as a WAV stream if the stream is embedded. It is intended that future releases of JawsMako will extend this interface. More...
 
class  JawsMako::ITextAnnotation
 A generic interface class for a text (sticky note) annotation. More...
 
class  JawsMako::IRedactionAnnotation
 A generic interface class for a redaction annotation. More...
 
class  JawsMako::IStampAnnotation
 A generic interface class for a stamp annotation. More...
 
class  JawsMako::IThreads
 An interface class for document threads, Currently a stub interface. More...
 
class  JawsMako::IAnnotationUtils
 
class  JawsMako::INamedDestination
 A named destination in a PDF Document. More...
 

Enumerations

enum  JawsMako::eAppearanceUsage { JawsMako::eAUNormal , JawsMako::eAURollover , JawsMako::eAUDown }
 The usage scenario for an annotation appearance. More...
 

Detailed Description

Comments and other annotations.

Enumeration Type Documentation

◆ eAppearanceUsage

enum JawsMako::eAppearanceUsage

The usage scenario for an annotation appearance.

Enumerator
eAUNormal 

The normal appearance is used when the annotation is not interacting with the user. This appearance is also used for printing the annotation.

eAURollover 

The rollover appearance is used when the user moves the cursor into the annotation’s active area without pressing the mouse button.

eAUDown 

The down appearance is used when the mouse button is pressed or held down within the annotation’s active area.