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. _pageSetupPageOrder :: PageSetup -> Maybe PageOrder

    xlsx Codec.Xlsx.Types.PageSetup

    Order of printed pages

  2. _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)

  3. _pageSetupPaperSize :: PageSetup -> Maybe PaperSize

    xlsx Codec.Xlsx.Types.PageSetup

    Pager size When paperHeight, paperWidth, and paperUnits are specified, paperSize should be ignored.

  4. _pageSetupPaperWidth :: PageSetup -> Maybe Text

    xlsx Codec.Xlsx.Types.PageSetup

    Width of custom paper as a number followed by a unit identifier Examples: 21cm, 8.5in When paperHeight and paperWidth are specified, paperSize shall be ignored.

  5. _pageSetupScale :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Print scaling. This attribute is restricted to values ranging from 10 to 400. This setting is overridden when fitToWidth and/or fitToHeight are in use.

  6. _pageSetupUseFirstPageNumber :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types.PageSetup

    Use _pageSetupFirstPageNumber value for first page number, and do not auto number the pages.

  7. _pageSetupUsePrinterDefaults :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types.PageSetup

    Use the printer’s defaults settings for page setup values and don't use the default values specified in the schema. Example: If dpi is not present or specified in the XML, the application must not assume 600dpi as specified in the schema as a default and instead must let the printer specify the default dpi.

  8. _pageSetupVerticalDpi :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Vertical print resolution of the device.

  9. SheetViewTypePageBreakPreview :: SheetViewType

    xlsx Codec.Xlsx.Types.SheetViews

    Page break preview

  10. SheetViewTypePageLayout :: SheetViewType

    xlsx Codec.Xlsx.Types.SheetViews

    Page layout view

Page 287 of many | Previous | Next