WdBuildingBlockTypes Enumeration
Specifies the type of building block.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdBuildingBlockTypes
'Usage
Dim instance As WdBuildingBlockTypes
public enum WdBuildingBlockTypes
Members
Member name | Description | |
---|---|---|
wdTypeQuickParts | Quick parts building block. | |
wdTypeCoverPage | Cover page building block. | |
wdTypeEquations | Equation building block. | |
wdTypeFooters | Custom footers building block. | |
wdTypeHeaders | Custom headers building block. | |
wdTypePageNumber | Page numbering building block. | |
wdTypeTables | Table building block. | |
wdTypeWatermarks | Watermark building block. | |
wdTypeAutoText | Autotext building block. | |
wdTypeTextBox | Text box building block. | |
wdTypePageNumberTop | Building block for page numbering on the top of the page. | |
wdTypePageNumberBottom | Building block for page numbering on the bottom of the page. | |
wdTypePageNumberPage | Page numbering building block. | |
wdTypeTableOfContents | Table of contents building block. | |
wdTypeCustomQuickParts | Custom quick parts building block. | |
wdTypeCustomCoverPage | Custom cover page building block. | |
wdTypeCustomEquations | Custom equations building block. | |
wdTypeCustomFooters | Custom footers building block. | |
wdTypeCustomHeaders | Custom headers building block. | |
wdTypeCustomPageNumber | Custom page numbering building block. | |
wdTypeCustomTables | Custom table bulding block. | |
wdTypeCustomWatermarks | Custom watermark building block. | |
wdTypeCustomAutoText | Custom autotext building block. | |
wdTypeCustomTextBox | Custom text box building block. | |
wdTypeCustomPageNumberTop | Building block for custom page numbering on the top of the page. | |
wdTypeCustomPageNumberBottom | Building block for custom page numbering on the bottom of the page. | |
wdTypeCustomPageNumberPage | Custom page numbering building block. | |
wdTypeCustomTableOfContents | Custom table of contents building block. | |
wdTypeCustom1 | Custom building block. | |
wdTypeCustom2 | Custom building block. | |
wdTypeCustom3 | Custom building block. | |
wdTypeCustom4 | Custom building block. | |
wdTypeCustom5 | Custom building block. | |
wdTypeBibliography | Bibliography building block. | |
wdTypeCustomBibliography | Custom bibliography building block. |