HPDF-1.5.1: Generation of PDF documents

Copyright(c) 2006-2016 alpheccar.org
LicenseBSD-style
Maintainermisc@NOSPAMalpheccar.org
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.PDF.Annotation

Contents

Description

PDF Annotations

Synopsis

Annotations

Types

data URLLink Source #

Constructors

URLLink Text [PDFFloat] URI Bool 

data TextIcon Source #

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