| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | misc@NOSPAMalpheccar.org |
| Safe Haskell | None |
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