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.
_pageSetupPaperSize :: PageSetup -> Maybe PaperSizexlsx Codec.Xlsx.Types.PageSetup Pager size When paperHeight, paperWidth, and paperUnits are specified, paperSize should be ignored.
_pageSetupPaperWidth :: PageSetup -> Maybe Textxlsx 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.
_pageSetupScale :: PageSetup -> Maybe Intxlsx 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.
_pageSetupUseFirstPageNumber :: PageSetup -> Maybe Boolxlsx Codec.Xlsx.Types.PageSetup Use _pageSetupFirstPageNumber value for first page number, and do not auto number the pages.
_pageSetupUsePrinterDefaults :: PageSetup -> Maybe Boolxlsx 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.
_pageSetupVerticalDpi :: PageSetup -> Maybe Intxlsx Codec.Xlsx.Types.PageSetup Vertical print resolution of the device.
SheetViewTypePageBreakPreview :: SheetViewTypexlsx Codec.Xlsx.Types.SheetViews Page break preview
SheetViewTypePageLayout :: SheetViewTypexlsx Codec.Xlsx.Types.SheetViews Page layout view
_sheetViewZoomScalePageLayoutView :: SheetView -> Maybe Intxlsx 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.
sheetViewZoomScalePageLayoutView :: Lens' SheetView (Maybe Int)xlsx Codec.Xlsx.Types.SheetViews No documentation available.