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. _pageSetupPaperHeight :: PageSetup -> Maybe Text

    xlsx Codec.Xlsx.Types

    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)

  2. _pageSetupPaperSize :: PageSetup -> Maybe PaperSize

    xlsx Codec.Xlsx.Types

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

  3. _pageSetupPaperWidth :: PageSetup -> Maybe Text

    xlsx Codec.Xlsx.Types

    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.

  4. _pageSetupScale :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types

    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.

  5. _pageSetupUseFirstPageNumber :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types

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

  6. _pageSetupUsePrinterDefaults :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types

    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.

  7. _pageSetupVerticalDpi :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types

    Vertical print resolution of the device.

  8. _wsPageSetup :: Worksheet -> Maybe PageSetup

    xlsx Codec.Xlsx.Types

    No documentation available.

  9. wsPageSetup :: Lens' Worksheet (Maybe PageSetup)

    xlsx Codec.Xlsx.Types

    No documentation available.

  10. _pageSetupBlackAndWhite :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types.PageSetup

    Print black and white.

Page 285 of many | Previous | Next