HPDF-1.3: Generation of PDF documentsContentsIndex
Graphics.PDF.Annotation
Portabilityportable
Stabilityexperimental
Maintainermisc@NOSPAMalpheccar.org
Contents
Annotations
Types
Functions
Description
PDF Annotations
Synopsis
data TextAnnotation = TextAnnotation PDFString [PDFFloat] TextIcon
data URLLink = URLLink PDFString [PDFFloat] String Bool
data PDFLink = PDFLink PDFString [PDFFloat] (PDFReference PDFPage) PDFFloat PDFFloat Bool
data TextIcon
= Note
| Paragraph
| NewParagraph
| Key
| Comment
| Help
| Insert
newAnnotation :: (PdfObject a, AnnotationObject a) => a -> Draw ()
Annotations
Types
data TextAnnotation
Constructors
TextAnnotation PDFString [PDFFloat] TextIcon
show/hide Instances
AnnotationObject TextAnnotation
PdfObject TextAnnotation
data URLLink
Constructors
URLLink PDFString [PDFFloat] String Bool
show/hide Instances
data PDFLink
Constructors
PDFLink PDFString [PDFFloat] (PDFReference PDFPage) PDFFloat PDFFloat Bool
show/hide Instances
data TextIcon
Constructors
Note
Paragraph
NewParagraph
Key
Comment
Help
Insert
show/hide Instances
Functions
newAnnotation :: (PdfObject a, AnnotationObject a) => a -> Draw ()
Create a new annotation object
Produced by Haddock version 0.8