Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.BuildingBlockUpdateData interface
- Package:
- word
An interface for updating data on the BuildingBlock object, for use in buildingBlock.set({ ... }).
Properties
| description | Specifies the description for the building block. |
| insertType | Specifies a |
| name | Specifies the name of the building block. |
| value | Specifies the contents of the building block. |
Property Details
description
Specifies the description for the building block.
description?: string;
Property Value
string
Remarks
insertType
Specifies a DocPartInsertType value that represents how to insert the contents of the building block into the document.
insertType?: Word.DocPartInsertType | "Content" | "Paragraph" | "Page";
Property Value
Word.DocPartInsertType | "Content" | "Paragraph" | "Page"
Remarks
name
Specifies the name of the building block.
name?: string;
Property Value
string
Remarks
value
Specifies the contents of the building block.
value?: string;
Property Value
string
Remarks
Office Add-ins
Feedback
Was this page helpful?
