| Copyright | (c) 2006-2012, alpheccar.org |
|---|---|
| License | BSD-style |
| Maintainer | misc@NOSPAMalpheccar.org |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Graphics.PDF.Navigation
Contents
Description
PDF Navigation
- data OutlineStyle
- newSection :: PDFString -> Maybe Color -> Maybe OutlineStyle -> PDF () -> PDF ()
- newSectionWithPage :: PDFString -> Maybe Color -> Maybe OutlineStyle -> PDFReference PDFPage -> PDF () -> PDF ()
Navigation
Types
Functions
Arguments
| :: PDFString | Outline title |
| -> Maybe Color | Outline color |
| -> Maybe OutlineStyle | Outline style |
| -> PDF () | |
| -> PDF () |
Create a new outline section pointing to the last created page
Arguments
| :: PDFString | 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