Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.TabStopAddOptions interface

Package:
word

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

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


Feedback

Was this page helpful?