BuildingBlock Members
Include Protected Members
Include Inherited Members
Represents a building block in a template. A building block is pre-built content, similar to autotext, that may contain text, images, and formatting.
The BuildingBlock type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified building block. | |
Insert | Inserts the value of a building block into a document and returns a Range object that represents the contents of the building block within the document. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an _Application object that represents the Microsoft Word application. | |
Category | Returns the category for a building block. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only. | |
Description | Returns or sets the description for a building block. Read/write. | |
ID | Returns the internal identification number for a building block. Read-only. | |
Index | Returns the position of an item in a collection. Read-only. | |
InsertOptions | Returns or sets an Integer that represents how to insert the contents of a building block into a document. Read/write. | |
Name | Returns or sets the name of a building block. Read/write. | |
Parent | Returns the parent object of the specified BuildingBlock object. | |
Type | Returns the type for a building block. Read-only. | |
Value | Returns or sets the contents of a building block. Read/write. |
Top