跳到內容

renderDocxWithDiagnostics

本頁內容尚未翻譯。

renderDocxWithDiagnostics(source): MdiRenderResult<Uint8Array<ArrayBufferLike>>

Defined in: mdi/src/index.ts:284

Build a baseline Rust DOCX while retaining diagnostics for an export UI.

string

MdiRenderResult<Uint8Array<ArrayBufferLike>>

renderDocxWithDiagnostics(source, profile): Promise<MdiRenderResult<Uint8Array<ArrayBufferLike>>>

Defined in: mdi/src/index.ts:285

Build a baseline Rust DOCX while retaining diagnostics for an export UI.

string

MdiDocxExportProfile

Promise<MdiRenderResult<Uint8Array<ArrayBufferLike>>>