HPDF-1.4: Generation of PDF documentsSource codeContentsIndex
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 Source
Constructors
TextAnnotation PDFString [PDFFloat] TextIcon
show/hide Instances
PdfObject TextAnnotation
AnnotationObject TextAnnotation
data URLLink Source
Constructors
URLLink PDFString [PDFFloat] String Bool
show/hide Instances
data PDFLink Source
Constructors
PDFLink PDFString [PDFFloat] (PDFReference PDFPage) PDFFloat PDFFloat Bool
show/hide Instances
data TextIcon Source
Constructors
Note
Paragraph
NewParagraph
Key
Comment
Help
Insert
show/hide Instances
Functions
newAnnotation :: (PdfObject a, AnnotationObject a) => a -> Draw ()Source
Create a new annotation object
Produced by Haddock version 2.3.0