Copyright | (c) 2006-2016 alpheccar.org |
---|---|
License | BSD-style |
Maintainer | misc@NOSPAMalpheccar.org |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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 #
Instances
Eq OutlineStyle Source # | |
Defined in Graphics.PDF.Draw (==) :: OutlineStyle -> OutlineStyle -> Bool # (/=) :: OutlineStyle -> OutlineStyle -> Bool # |
Functions
:: Text | Outline title |
-> Maybe Color | Outline color |
-> Maybe OutlineStyle | Outline style |
-> PDF () | |
-> PDF () |
Create a new outline section pointing to the last created page
:: 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