docx

    Variable PrettifyTypeConst

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

    Use blanks to prettify

    Type declaration

    • ReadonlyNONE: ""
    • ReadonlyWITH_2_BLANKS: " "
    • ReadonlyWITH_4_BLANKS: " "
    • ReadonlyWITH_TAB: "\t"
    MMNEPVFCICPMFPCPTTAAATR