Word.TabLeader enum
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 tab leader style.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
dashes = "Dashes" | Dashes are used as the tab leader. |
dots = "Dots" | Dots are used as the tab leader. |
heavy = "Heavy" | Heavy lines are used as the tab leader. |
lines = "Lines" | Lines are used as the tab leader. |
middleDot = "MiddleDot" | Middle dots are used as the tab leader. |
spaces = "Spaces" | Spaces are used as the tab leader. |