BuildingBlockType Interface

Represents a type of building block. Each BuildingBlockType object is a member of the BuildingBlockTypes collection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("817F99FA-CCC4-4971-8E9D-1238F735AAFF")> _
Public Interface BuildingBlockType
'Usage
Dim instance As BuildingBlockType
[GuidAttribute("817F99FA-CCC4-4971-8E9D-1238F735AAFF")]
public interface BuildingBlockType

Remarks

Microsoft Office Word uses types and categories to organize building blocks. Each building block type is represented by a WdBuildingBlockTypes constant. Use the Categories property to access categories for a specific building block type. For more information about building blocks, see Working with Building Blocks.

See Also

Reference

BuildingBlockType Members

Microsoft.Office.Interop.Word Namespace