• 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 page layout

  2. data PDFDocumentPageMode

    HPDF Graphics.PDF

    Document page mode

  3. data PDFPage

    HPDF Graphics.PDF

    A PDF Page object

  4. SinglePage :: PDFDocumentPageLayout

    HPDF Graphics.PDF

    No documentation available.

  5. TwoPageLeft :: PDFDocumentPageLayout

    HPDF Graphics.PDF

    No documentation available.

  6. TwoPageRight :: PDFDocumentPageLayout

    HPDF Graphics.PDF

    No documentation available.

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

    HPDF Graphics.PDF

    Add a new page to a PDF document

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

    HPDF Graphics.PDF

    No documentation available.

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

    HPDF Graphics.PDF

    Draw on a given page

  10. nonFullScreenPageMode :: PDFViewerPreferences -> PDFDocumentPageMode

    HPDF Graphics.PDF

    Display mode when exiting the full screen mode

Page 288 of many | Previous | Next

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