@univerjs-pro/sheets-print v0.5.4


Interface: ISheetPrintRenderConfig

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

Configuration interface for sheet print rendering options

Properties

PropertyTypeDescriptionDefined in
gridlinesbooleanWhether to show gridlines in the printed outputpackages/sheets-print/src/common/types.ts:119
hAlignPrintAlignHorizontal alignment setting for contentpackages/sheets-print/src/common/types.ts:123
headerFooterPrintHeaderFooter[]Array of header and footer elements to includepackages/sheets-print/src/common/types.ts:131
headerFooterSettingIPrintHeaderFooterDetailed settings for header and footer contentpackages/sheets-print/src/common/types.ts:135
isCustomHeaderFooter?booleanWhether using custom header/footer instead of presetspackages/sheets-print/src/common/types.ts:139
vAlignPrintAlignVertical alignment setting for contentpackages/sheets-print/src/common/types.ts:127