printNextPage 打印下一页文字
printNextPage
类型: MethodDeclaration
所属类: DialogBoxElement
定义位置: ui.ts
描述
打印下一页文字
返回值
类型: void
源代码
位置: 第 3769 行
public printNextPage(): void {
    if (this.printer &&
      this.state !== 'complete') {
      this.state = 'updating'
      this.printer.x = 0
      this.printer.y = 0
      this.printer.context.clear()
      this.printer.images.length = 0
    }
  }
文档生成时间:2025/7/21 20:53:39