Edit

Share via


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

[ API set: WordApi BETA (PREVIEW ONLY) ]

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

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

[ API set: WordApi BETA (PREVIEW ONLY) ]

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"

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]