Edit

Share via


Word.Interfaces.TabStopData interface

An interface describing the data returned by calling tabStop.toJSON().

Properties

alignment

Gets a TabAlignment value that represents the alignment for the tab stop.

customTab

Gets whether this tab stop is a custom tab stop.

leader

Gets a TabLeader value that represents the leader for this TabStop object.

position

Gets the position of the tab stop relative to the left margin.

Property Details

alignment

Gets a TabAlignment value that represents the alignment for the tab stop.

alignment?: Word.TabAlignment | "Left" | "Center" | "Right" | "Decimal" | "Bar" | "List";

Property Value

Word.TabAlignment | "Left" | "Center" | "Right" | "Decimal" | "Bar" | "List"

Remarks

[ API set: WordApiDesktop 1.4 ]

customTab

Gets whether this tab stop is a custom tab stop.

customTab?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

leader

Gets a TabLeader value that represents the leader for this TabStop object.

leader?: Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot";

Property Value

Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot"

Remarks

[ API set: WordApiDesktop 1.4 ]

position

Gets the position of the tab stop relative to the left margin.

position?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.4 ]