HPDF-1.0: Generation of PDF documentsContentsIndex
Graphics.PDF.Navigation
Portabilityportable
Stabilityexperimental
Maintainermisc@NOSPAMalpheccar.org
Contents
Navigation
Types
Functions
Description
PDF Navigation
Synopsis
data OutlineStyle
= Normal
| Italic
| Bold
newSection :: PDFString -> Maybe Color -> Maybe OutlineStyle -> PDF () -> PDF ()
newSectionWithPage :: PDFString -> Maybe Color -> Maybe OutlineStyle -> PDFReference PDFPage -> PDF () -> PDF ()
Navigation
Types
data OutlineStyle
Constructors
Normal
Italic
Bold
show/hide Instances
Functions
newSection
:: PDFStringOutline title
-> Maybe ColorOutline color
-> Maybe OutlineStyleOutline style
-> PDF ()
-> PDF ()
Create a new outline section pointing to the last created page
newSectionWithPage
:: PDFStringOutline title
-> Maybe ColorOutline color
-> Maybe OutlineStyleOutline style
-> PDFReference PDFPagePage reference
-> PDF ()
-> PDF ()
Create a new outline section pointing to a given page
Produced by Haddock version 0.8