@univerjs-prosheets-printindexinterfacesIsheetprintlayoutconfig

@univerjs-pro/sheets-print v0.5.4


Interface: ISheetPrintLayoutConfig

Defined in: packages/sheets-print/src/common/types.ts:65

Configuration interface for sheet print layout settings

Properties

PropertyTypeDescriptionDefined in
areaPrintAreaSpecifies which area of the sheet to print (e.g., current sheet, selection)packages/sheets-print/src/common/types.ts:69
customScalenumberCustom scale percentage when scale type is custompackages/sheets-print/src/common/types.ts:89
directionPrintDirectionPage orientation (Portrait or Landscape)packages/sheets-print/src/common/types.ts:81
freezePrintFreeze[]Array of freeze settings for rows and columnspackages/sheets-print/src/common/types.ts:93
marginPrintPaperMarginMargin preset for the printed pagepackages/sheets-print/src/common/types.ts:97
maxColumnsEachPagenumberMaximum number of columns to print per pagepackages/sheets-print/src/common/types.ts:109
maxRowsEachPagenumberMaximum number of rows to print per pagepackages/sheets-print/src/common/types.ts:105
pageSizeCustom?{ h: number; w: number; }Custom page dimensions when using custom paper sizepackages/sheets-print/src/common/types.ts:101
pageSizeCustom.hnumber-packages/sheets-print/src/common/types.ts:101
pageSizeCustom.wnumber-packages/sheets-print/src/common/types.ts:101
paperSizePrintPaperSizePaper size setting (e.g., A4, Letter)packages/sheets-print/src/common/types.ts:77
scalePrintScaleScale type for fitting content to pagepackages/sheets-print/src/common/types.ts:85
subUnitIds( | string | { id: string; range: IRange; })[]List of sub-unit IDs to print, can include specific ranges within unitspackages/sheets-print/src/common/types.ts:73