SheetXL - v0.3.20
    Preparing search index...

    Variable TabStopAlignmentConst

    TabStopAlignment: {
        Center: "center";
        Default: "default";
        Left: "left";
        Right: "right";
    } = ...

    Specifies the alignment of a tab stop within a text frame or paragraph.

    Type declaration

    • ReadonlyCenter: "center"

      Centers text at the tab stop.

    • ReadonlyDefault: "default"

      The default tab stop alignment, typically left-aligned for left-to-right text and right-aligned for right-to-left text.

    • ReadonlyLeft: "left"

      Aligns text at the tab stop to the left.

    • Aligns text at the tab stop to the right.