Word.Interfaces.TabStopLoadOptions interface
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.
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
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.
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
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?: boolean;
Property Value
boolean
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?: boolean;
Property Value
boolean
Remarks
next
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 next tab stop in the collection.
next?: Word.Interfaces.TabStopLoadOptions;
Property Value
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?: boolean;
Property Value
boolean
Remarks
previous
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 previous tab stop in the collection.
previous?: Word.Interfaces.TabStopLoadOptions;