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

  • ReadonlyBOTH: "both"

    Justified

  • ReadonlyCENTER: "center"

    Align Center

  • ReadonlyDISTRIBUTE: "distribute"

    Distribute All Characters Equally

  • ReadonlyEND: "end"

    End

  • ReadonlyHIGH_KASHIDA: "highKashida"

    Widest Kashida Length

  • ReadonlyJUSTIFIED: "both"

    Justified

  • ReadonlyLEFT: "left"

    Align Left

  • ReadonlyLOW_KASHIDA: "lowKashida"

    Low Kashida Length

  • ReadonlyMEDIUM_KASHIDA: "mediumKashida"

    Medium Kashida Length

  • ReadonlyNUM_TAB: "numTab"

    Align to List Tab

  • ReadonlyRIGHT: "right"

    Align Right

  • ReadonlySTART: "start"

    Align Start

  • ReadonlyTHAI_DISTRIBUTE: "thaiDistribute"

    Thai Language Justification