API 参考

@univerjs-pro/sheets-print

本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。

Print integration for Univer Sheets.

TypeScript
import { UniverSheetsPrintPlugin } from '@univerjs-pro/sheets-print'univer.registerPlugin(UniverSheetsPrintPlugin, IUniverSheetsPrintConfig)

Entry Points

  • Facade: @univerjs-pro/sheets-print/facade
  • Locale: @univerjs-pro/sheets-print/locale/*

IUniverSheetsPrintConfig

TypeScript
import type { MenuConfig } from '@univerjs/ui'export interface IUniverSheetsPrintConfig {  menu?: MenuConfig  /**   * Whether to force the watermark to be displayed when printing   * @default false   */  enforceWatermark?: boolean}

你觉得这篇文档如何?

© 2026 DreamNum Co., Ltd.