HPDF-1.5.0: Generation of PDF documents

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

Graphics.PDF.Navigation

Contents

Description

PDF Navigation

Synopsis

Navigation

Types

Functions

newSection Source #

Arguments

:: Text

Outline title

-> Maybe Color

Outline color

-> Maybe OutlineStyle

Outline style

-> PDF () 
-> PDF () 

Create a new outline section pointing to the last created page

newSectionWithPage Source #

Arguments

:: Text

Outline title

-> Maybe Color

Outline color

-> Maybe OutlineStyle

Outline style

-> PDFReference PDFPage

Page reference

-> PDF () 
-> PDF () 

Create a new outline section pointing to a given page