| Copyright | (c) 2006-2016 alpheccar.org |
|---|---|
| License | BSD-style |
| Maintainer | misc@NOSPAMalpheccar.org |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Graphics.PDF.Navigation
Contents
Description
PDF Navigation
Synopsis
- data OutlineStyle
- newSection :: Text -> Maybe Color -> Maybe OutlineStyle -> PDF () -> PDF ()
- newSectionWithPage :: Text -> Maybe Color -> Maybe OutlineStyle -> PDFReference PDFPage -> PDF () -> PDF ()
Navigation
Types
data OutlineStyle Source #
Constructors
| NormalOutline | |
| ItalicOutline | |
| BoldOutline |
Instances
| Eq OutlineStyle Source # | |
Defined in Graphics.PDF.Draw | |
Functions
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
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