Edit

Share via


Word.Interfaces.BuildingBlockCategoryLoadOptions interface

Represents a category of building blocks in a Word document.

Remarks

[ API set: WordApiDesktop 1.3 ]

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

index

Returns the position of the BuildingBlockCategory object in a collection.

name

Returns the name of the BuildingBlockCategory object.

type

Returns a BuildingBlockTypeItem object that represents the type of building block for the building block category.

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

index

Returns the position of the BuildingBlockCategory object in a collection.

index?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

name

Returns the name of the BuildingBlockCategory object.

name?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

type

Returns a BuildingBlockTypeItem object that represents the type of building block for the building block category.

type?: Word.Interfaces.BuildingBlockTypeItemLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]