Word.Interfaces.BuildingBlockCategoryLoadOptions interface
Represents a category of building blocks in a Word document.
Remarks
Properties
| $all | Specifying |
| index | Returns the position of the |
| name | Returns the name of the |
| type | Returns a |
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
name
Returns the name of the BuildingBlockCategory object.
name?: boolean;
Property Value
boolean
Remarks
type
Returns a BuildingBlockTypeItem object that represents the type of building block for the building block category.
type?: Word.Interfaces.BuildingBlockTypeItemLoadOptions;