Variable AlignmentTypeConst

AlignmentType: {
    BOTH: "both";
    CENTER: "center";
    DISTRIBUTE: "distribute";
    END: "end";
    HIGH_KASHIDA: "highKashida";
    JUSTIFIED: "both";
    LEFT: "left";
    LOW_KASHIDA: "lowKashida";
    MEDIUM_KASHIDA: "mediumKashida";
    NUM_TAB: "numTab";
    RIGHT: "right";
    START: "start";
    THAI_DISTRIBUTE: "thaiDistribute";
} = ...

Type declaration

  • Readonly BOTH: "both"

    Justified

  • Readonly CENTER: "center"

    Align Center

  • Readonly DISTRIBUTE: "distribute"

    Distribute All Characters Equally

  • Readonly END: "end"

    End

  • Readonly HIGH_KASHIDA: "highKashida"

    Widest Kashida Length

  • Readonly JUSTIFIED: "both"

    Justified

  • Readonly LEFT: "left"

    Align Left

  • Readonly LOW_KASHIDA: "lowKashida"

    Low Kashida Length

  • Readonly MEDIUM_KASHIDA: "mediumKashida"

    Medium Kashida Length

  • Readonly NUM_TAB: "numTab"

    Align to List Tab

  • Readonly RIGHT: "right"

    Align Right

  • Readonly START: "start"

    Align Start

  • Readonly THAI_DISTRIBUTE: "thaiDistribute"

    Thai Language Justification

Generated using TypeDoc