HPDF-1.5.3: Generation of PDF documents
Copyright(c) 2006-2016 alpheccar.org
LicenseBSD-style
Maintainermisc@NOSPAMalpheccar.org
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.PDF.Navigation

Description

PDF Navigation

Synopsis

Navigation

Types

data OutlineStyle Source #

Instances

Instances details
Eq OutlineStyle Source # 
Instance details

Defined in Graphics.PDF.Draw

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