HPDF-1.7: Generation of PDF documents
Copyright(c) 2006-2016 alpheccar.org
LicenseBSD-style
Maintainermisc@NOSPAMalpheccar.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.PDF.Annotation

Description

PDF Annotations

Synopsis

Annotations

Types

data URLLink Source #

Constructors

URLLink Text [PDFFloat] URI Bool 

data TextIcon Source #

Instances

Instances details
Show TextIcon Source # 
Instance details

Defined in Graphics.PDF.Annotation

Eq TextIcon Source # 
Instance details

Defined in Graphics.PDF.Annotation

Functions

newAnnotation :: (PdfObject a, AnnotationObject a) => a -> Draw () Source #

Create a new annotation object

toAsciiString :: String -> AsciiString Source #