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. _pageSetupDraft :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types.PageSetup

    Print without graphics.

  2. _pageSetupErrors :: PageSetup -> Maybe PrintErrors

    xlsx Codec.Xlsx.Types.PageSetup

    Specifies how to print cell values for cells with errors.

  3. _pageSetupFirstPageNumber :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Page number for first printed page. If no value is specified, then automatic is assumed.

  4. _pageSetupFitToHeight :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Number of vertical pages to fit on.

  5. _pageSetupFitToWidth :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Number of horizontal pages to fit on.

  6. _pageSetupHorizontalDpi :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Horizontal print resolution of the device.

  7. _pageSetupId :: PageSetup -> Maybe Text

    xlsx Codec.Xlsx.Types.PageSetup

    Relationship Id of the devMode printer settings part. (Explicit reference to a parent XML element.) See 22.8.2.1 "ST_RelationshipId (Explicit Relationship ID)" (p. 3784)

  8. _pageSetupOrientation :: PageSetup -> Maybe Orientation

    xlsx Codec.Xlsx.Types.PageSetup

    Orientation of the page.

  9. _pageSetupPageOrder :: PageSetup -> Maybe PageOrder

    xlsx Codec.Xlsx.Types.PageSetup

    Order of printed pages

  10. _pageSetupPaperHeight :: PageSetup -> Maybe Text

    xlsx Codec.Xlsx.Types.PageSetup

    Height of custom paper as a number followed by a unit identifier. When paperHeight and paperWidth are specified, paperSize shall be ignored. Examples: "297mm", "11in". See 22.9.2.12 "ST_PositiveUniversalMeasure (Positive Universal Measurement)" (p. 3792)

Page 286 of many | Previous | Next