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
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
Gets whether this tab stop is a custom tab stop.
customTab?: boolean;
Property Value
boolean
Remarks
leader
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
Gets the position of the tab stop relative to the left margin.
position?: number;
Property Value
number