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