Word.Interfaces.TabStopData interface
An interface describing the data returned by calling tabStop.toJSON()
.
Properties
alignment | Gets a |
custom |
Gets whether this tab stop is a custom tab stop. |
leader | Gets a |
position | Gets the position of the tab stop relative to the left margin. |
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.
Gets a TabAlignment
value that represents the alignment for the tab stop.
alignment?: Word.TabAlignment | "Left" | "Center" | "Right" | "Decimal" | "Bar" | "List";
Property Value
Word.TabAlignment | "Left" | "Center" | "Right" | "Decimal" | "Bar" | "List"
Remarks
customTab
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.
Gets whether this tab stop is a custom tab stop.
customTab?: boolean;
Property Value
boolean
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.
Gets a TabLeader
value that represents the leader for this TabStop
object.
leader?: Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot";
Property Value
Word.TabLeader | "Spaces" | "Dots" | "Dashes" | "Lines" | "Heavy" | "MiddleDot"
Remarks
position
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.
Gets the position of the tab stop relative to the left margin.
position?: number;
Property Value
number