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. _pageSetupPaperSize :: PageSetup -> Maybe PaperSize

    xlsx Codec.Xlsx.Types.PageSetup

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

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

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

  4. _pageSetupUseFirstPageNumber :: PageSetup -> Maybe Bool

    xlsx Codec.Xlsx.Types.PageSetup

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

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

  6. _pageSetupVerticalDpi :: PageSetup -> Maybe Int

    xlsx Codec.Xlsx.Types.PageSetup

    Vertical print resolution of the device.

  7. SheetViewTypePageBreakPreview :: SheetViewType

    xlsx Codec.Xlsx.Types.SheetViews

    Page break preview

  8. SheetViewTypePageLayout :: SheetViewType

    xlsx Codec.Xlsx.Types.SheetViews

    Page layout view

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

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

    xlsx Codec.Xlsx.Types.SheetViews

    No documentation available.

Page 287 of many | Previous | Next