docx
    Preparing search index...

    Variable PrettifyTypeConst

    PrettifyType: {
        NONE: "";
        WITH_2_BLANKS: " ";
        WITH_4_BLANKS: " ";
        WITH_TAB: "\t";
    } = ...

    Prettify options for formatting XML output.

    Controls the indentation style used when formatting the generated XML. Prettified output is more human-readable but results in larger file sizes.

    Type Declaration

    • ReadonlyNONE: ""

      No prettification (smallest file size)

    • ReadonlyWITH_2_BLANKS: " "

      Indent with 2 spaces

    • ReadonlyWITH_4_BLANKS: " "

      Indent with 4 spaces

    • ReadonlyWITH_TAB: "\t"

      Indent with tab character