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

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

  3. _pageSetupUseFirstPageNumber :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types

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

  4. _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.

  5. _pageSetupVerticalDpi :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types

    Vertical print resolution of the device.

  6. _wsPageSetup :: Worksheet -> Maybe PageSetup

    xlsx Codec.Xlsx.Types

    No documentation available.

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

    xlsx Codec.Xlsx.Types

    No documentation available.

  8. _pageSetupBlackAndWhite :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types.PageSetup

    Print black and white.

  9. _pageSetupCellComments :: PageSetup -> Maybe CellComments

    xlsx Codec.Xlsx.Types.PageSetup

    This attribute specifies how to print cell comments.

  10. _pageSetupCopies :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Number of copies to print.

Page 285 of many | Previous | Next