HPDF-1.1: Generation of PDF documentsContentsIndex
Graphics.PDF.Navigation
Portabilityportable
Stabilityexperimental
Maintainermisc@NOSPAMalpheccar.org
Contents
Navigation
Types
Functions
Description
PDF Navigation
Synopsis
data OutlineStyle
= NormalOutline
| ItalicOutline
| BoldOutline
newSection :: PDFString -> Maybe Color -> Maybe OutlineStyle -> PDF () -> PDF ()
newSectionWithPage :: PDFString -> Maybe Color -> Maybe OutlineStyle -> PDFReference PDFPage -> PDF () -> PDF ()
Navigation
Types
data OutlineStyle
Constructors
NormalOutline
ItalicOutline
BoldOutline
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