• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    Document page layout

  2. data PDFDocumentPageMode

    HPDF Graphics.PDF.Document

    Document page mode

  3. SinglePage :: PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    No documentation available.

  4. TwoPageLeft :: PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    No documentation available.

  5. TwoPageRight :: PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    No documentation available.

  6. addPage :: Maybe PDFRect -> PDF (PDFReference PDFPage)

    HPDF Graphics.PDF.Document

    Add a new page to a PDF document

  7. addPageWithTransition :: Maybe PDFRect -> Maybe PDFFloat -> Maybe PDFTransition -> PDF (PDFReference PDFPage)

    HPDF Graphics.PDF.Document

    No documentation available.

  8. drawWithPage :: PDFReference PDFPage -> Draw a -> PDF a

    HPDF Graphics.PDF.Document

    Draw on a given page

  9. nonFullScreenPageMode :: PDFViewerPreferences -> PDFDocumentPageMode

    HPDF Graphics.PDF.Document

    Display mode when exiting the full screen mode

  10. newSectionWithPage :: Text -> Maybe Color -> Maybe OutlineStyle -> PDFReference PDFPage -> PDF () -> PDF ()

    HPDF Graphics.PDF.Navigation

    Create a new outline section pointing to a given page

Page 289 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete