Word.Interfaces.TabStopLoadOptions interface
Represents a tab stop in a Word document.
Remarks
Properties
| $all | Specifying |
| alignment | Gets a |
| custom |
Gets whether this tab stop is a custom tab stop. |
| leader | Gets a |
| next | Gets the next tab stop in the collection. |
| position | Gets the position of the tab stop relative to the left margin. |
| previous | Gets the previous tab stop in the collection. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
alignment
Gets a TabAlignment value that represents the alignment for the tab stop.
alignment?: boolean;
Property Value
boolean
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?: boolean;
Property Value
boolean
Remarks
next
Gets the next tab stop in the collection.
next?: Word.Interfaces.TabStopLoadOptions;
Property Value
Remarks
position
Gets the position of the tab stop relative to the left margin.
position?: boolean;
Property Value
boolean
Remarks
previous
Gets the previous tab stop in the collection.
previous?: Word.Interfaces.TabStopLoadOptions;