Word.TabStopAddOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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"