HPDF-1.6.0: Generation of PDF documents
Copyright(c) 2006-2016 alpheccar.org
LicenseBSD-style
Maintainermisc@NOSPAMalpheccar.org
Stabilityexperimental
Portabilityportable
Safe HaskellNone
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
Eq TextIcon Source # 
Instance details

Defined in Graphics.PDF.Annotation

Show 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 #