docx
    Preparing search index...

    Variable PatchTypeConst

    PatchType: { DOCUMENT: "file"; PARAGRAPH: "paragraph" } = ...

    Patch type enumeration.

    Determines how the replacement content should be inserted into the document.

    Type Declaration

    • ReadonlyDOCUMENT: "file"

      Replace entire file-level elements (e.g., whole paragraphs)

    • ReadonlyPARAGRAPH: "paragraph"

      Replace content within paragraphs (inline replacement)