Word.Interfaces.TabStopCollectionLoadOptions interface
Represents a collection of tab stops in a Word document.
Remarks
Properties
| $all | Specifying |
| alignment | For EACH ITEM in the collection: Gets a |
| custom |
For EACH ITEM in the collection: Gets whether this tab stop is a custom tab stop. |
| leader | For EACH ITEM in the collection: Gets a |
| next | For EACH ITEM in the collection: Gets the next tab stop in the collection. |
| position | For EACH ITEM in the collection: Gets the position of the tab stop relative to the left margin. |
| previous | For EACH ITEM in the collection: 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
For EACH ITEM in the collection: Gets a TabAlignment value that represents the alignment for the tab stop.
alignment?: boolean;
Property Value
boolean
Remarks
customTab
For EACH ITEM in the collection: Gets whether this tab stop is a custom tab stop.
customTab?: boolean;
Property Value
boolean
Remarks
leader
For EACH ITEM in the collection: Gets a TabLeader value that represents the leader for this TabStop object.
leader?: boolean;
Property Value
boolean
Remarks
next
For EACH ITEM in the collection: Gets the next tab stop in the collection.
next?: Word.Interfaces.TabStopLoadOptions;
Property Value
Remarks
position
For EACH ITEM in the collection: Gets the position of the tab stop relative to the left margin.
position?: boolean;
Property Value
boolean
Remarks
previous
For EACH ITEM in the collection: Gets the previous tab stop in the collection.
previous?: Word.Interfaces.TabStopLoadOptions;