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. _sheetViewZoomScalePageLayoutView :: SheetView -> Maybe Int

    xlsx Codec.Xlsx.Types.SheetViews

    Zoom magnification to use when in page layout view, representing percent values. This attribute is restricted to values ranging from 10 to 400. Horizontal & Vertical scale together.

  2. sheetViewZoomScalePageLayoutView :: Lens' SheetView (Maybe Int)

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

  3. data PDFDocumentPageLayout

    HPDF Graphics.PDF

    Document page layout

  4. data PDFDocumentPageMode

    HPDF Graphics.PDF

    Document page mode

  5. data PDFPage

    HPDF Graphics.PDF

    A PDF Page object

  6. SinglePage :: PDFDocumentPageLayout

    HPDF Graphics.PDF

    No documentation available.

  7. TwoPageLeft :: PDFDocumentPageLayout

    HPDF Graphics.PDF

    No documentation available.

  8. TwoPageRight :: PDFDocumentPageLayout

    HPDF Graphics.PDF

    No documentation available.

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

    HPDF Graphics.PDF

    Add a new page to a PDF document

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

    HPDF Graphics.PDF

    No documentation available.

Page 288 of many | Previous | Next