コンテンツにスキップ

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>>>