docx
    Preparing search index...

    Variable SpaceTypeConst

    SpaceType: { DEFAULT: "default"; PRESERVE: "preserve" } = ...

    XML space handling modes.

    Controls how whitespace is handled in text elements.

    Type Declaration

    • ReadonlyDEFAULT: "default"
    • ReadonlyPRESERVE: "preserve"
    // Preserve whitespace (spaces, newlines)
    SpaceType.PRESERVE;

    // Default whitespace handling
    SpaceType.DEFAULT;