Edit

Share via


Word.Interfaces.TableOfFiguresCollectionLoadOptions 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 collection of Word.TableOfFigures objects in a Word document.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

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

areBuiltInHeadingStylesUsed

For EACH ITEM in the collection: Specifies whether built-in heading styles are used for the table of figures.

areFieldsUsed

For EACH ITEM in the collection: Specifies whether Table of Contents Entry (TC) fields are included in the table of figures.

areHyperlinksUsedOnWeb

For EACH ITEM in the collection: Specifies whether entries in the table of figures should be formatted as hyperlinks when publishing to the web.

arePageNumbersHiddenOnWeb

For EACH ITEM in the collection: Specifies whether the page numbers in the table of figures should be hidden when publishing to the web.

arePageNumbersIncluded

For EACH ITEM in the collection: Specifies whether page numbers are included in the table of figures.

arePageNumbersRightAligned

For EACH ITEM in the collection: Specifies whether page numbers are aligned with the right margin in the table of figures.

captionLabel

For EACH ITEM in the collection: Specifies the label that identifies the items to be included in the table of figures.

isLabelIncluded

For EACH ITEM in the collection: Specifies whether the caption label and caption number are included in the table of figures.

lowerHeadingLevel

For EACH ITEM in the collection: Specifies the ending heading level for the table of figures. Must be a value from 1 to 9 and greater than upperHeadingLevel.

range

For EACH ITEM in the collection: Gets the portion of a document that is this table of figures.

tabLeader

For EACH ITEM in the collection: Specifies the character between entries and their page numbers in the table of figures.

tableId

For EACH ITEM in the collection: Specifies a one-letter identifier from TC fields that's used for the table of figures.

upperHeadingLevel

For EACH ITEM in the collection: Specifies the starting heading level for the table of figures. Must be a value from 1 to 9 and smaller than lowerHeadingLevel.

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

areBuiltInHeadingStylesUsed

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.

For EACH ITEM in the collection: Specifies whether built-in heading styles are used for the table of figures.

areBuiltInHeadingStylesUsed?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

areFieldsUsed

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.

For EACH ITEM in the collection: Specifies whether Table of Contents Entry (TC) fields are included in the table of figures.

areFieldsUsed?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

areHyperlinksUsedOnWeb

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.

For EACH ITEM in the collection: Specifies whether entries in the table of figures should be formatted as hyperlinks when publishing to the web.

areHyperlinksUsedOnWeb?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

arePageNumbersHiddenOnWeb

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.

For EACH ITEM in the collection: Specifies whether the page numbers in the table of figures should be hidden when publishing to the web.

arePageNumbersHiddenOnWeb?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

arePageNumbersIncluded

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.

For EACH ITEM in the collection: Specifies whether page numbers are included in the table of figures.

arePageNumbersIncluded?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

arePageNumbersRightAligned

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.

For EACH ITEM in the collection: Specifies whether page numbers are aligned with the right margin in the table of figures.

arePageNumbersRightAligned?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

captionLabel

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.

For EACH ITEM in the collection: Specifies the label that identifies the items to be included in the table of figures.

captionLabel?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

isLabelIncluded

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.

For EACH ITEM in the collection: Specifies whether the caption label and caption number are included in the table of figures.

isLabelIncluded?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

lowerHeadingLevel

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.

For EACH ITEM in the collection: Specifies the ending heading level for the table of figures. Must be a value from 1 to 9 and greater than upperHeadingLevel.

lowerHeadingLevel?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

range

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.

For EACH ITEM in the collection: Gets the portion of a document that is this table of figures.

range?: Word.Interfaces.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

tabLeader

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.

For EACH ITEM in the collection: Specifies the character between entries and their page numbers in the table of figures.

tabLeader?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

tableId

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.

For EACH ITEM in the collection: Specifies a one-letter identifier from TC fields that's used for the table of figures.

tableId?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

upperHeadingLevel

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.

For EACH ITEM in the collection: Specifies the starting heading level for the table of figures. Must be a value from 1 to 9 and smaller than lowerHeadingLevel.

upperHeadingLevel?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]