Edit

Share via


Word.TabStopAddOptions interface

Specifies the options for adding to a Word.TabStopCollection object.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

alignment

If provided, specifies the alignment of the tab stop. The default value is left.

leader

If provided, specifies the leader character for the tab stop. The default value is spaces.

Property Details

alignment

If provided, specifies the alignment of the tab stop. The default value is left.

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 ]

leader

If provided, specifies the leader character for the tab stop. The default value is spaces.

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 ]