Edit

Share via


Word.Interfaces.TabStopCollectionLoadOptions interface

Represents a collection of tab stops in a Word document.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

$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).

alignment

For EACH ITEM in the collection: Gets a TabAlignment value that represents the alignment for the tab stop.

customTab

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 TabLeader value that represents the leader for this TabStop object.

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

[ API set: WordApiDesktop 1.4 ]

customTab

For EACH ITEM in the collection: Gets whether this tab stop is a custom tab stop.

customTab?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

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

[ API set: WordApiDesktop 1.4 ]

next

For EACH ITEM in the collection: Gets the next tab stop in the collection.

next?: Word.Interfaces.TabStopLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

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

[ API set: WordApiDesktop 1.4 ]

previous

For EACH ITEM in the collection: Gets the previous tab stop in the collection.

previous?: Word.Interfaces.TabStopLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]