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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

    HPDF Graphics.PDF

    Draw on a given page

  2. nonFullScreenPageMode :: PDFViewerPreferences -> PDFDocumentPageMode

    HPDF Graphics.PDF

    Display mode when exiting the full screen mode

  3. data PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    Document page layout

  4. data PDFDocumentPageMode

    HPDF Graphics.PDF.Document

    Document page mode

  5. SinglePage :: PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    No documentation available.

  6. TwoPageLeft :: PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    No documentation available.

  7. TwoPageRight :: PDFDocumentPageLayout

    HPDF Graphics.PDF.Document

    No documentation available.

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

    HPDF Graphics.PDF.Document

    Add a new page to a PDF document

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

    HPDF Graphics.PDF.Document

    No documentation available.

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

    HPDF Graphics.PDF.Document

    Draw on a given page

Page 289 of many | Previous | Next

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