Home
last modified time | relevance | path

Searched refs:PrintDocumentAdapterState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md397 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
398 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {
402 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {
406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
415 onJobStateChanged(jobId: string, state: PrintDocumentAdapterState): void
427 | state | PrintDocumentAdapterState | 是 | 表示打印任务更改为该状态 |
449 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
450 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {
454 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {
458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md397 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
398 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {
402 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {
406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
415 onJobStateChanged(jobId: string, state: PrintDocumentAdapterState): void
427 | state | PrintDocumentAdapterState | Yes| New state of the print job.|
449 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
450 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {
454 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {
458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
[all …]
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h154 enum PrintDocumentAdapterState { enum