Word.TabStopAddOptions interface
Specifies the options for adding to a Word.TabStopCollection object.
Remarks
Properties
| alignment | If provided, specifies the alignment of the tab stop. The default value is |
| leader | If provided, specifies the leader character for the tab stop. The default value is |
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
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"