WdBuildingBlockTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of building block.
public enum class WdBuildingBlockTypes
[System.Runtime.InteropServices.Guid("E1DBA742-1E0E-3633-B1C2-168561C6F0B0")]
public enum WdBuildingBlockTypes
type WdBuildingBlockTypes =
Public Enum WdBuildingBlockTypes
- Inheritance
-
WdBuildingBlockTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdTypeQuickParts | 1 | Quick parts building block. |
wdTypeCoverPage | 2 | Cover page building block. |
wdTypeEquations | 3 | Equation building block. |
wdTypeFooters | 4 | Custom footers building block. |
wdTypeHeaders | 5 | Custom headers building block. |
wdTypePageNumber | 6 | Page numbering building block. |
wdTypeTables | 7 | Table building block. |
wdTypeWatermarks | 8 | Watermark building block. |
wdTypeAutoText | 9 | Autotext building block. |
wdTypeTextBox | 10 | Text box building block. |
wdTypePageNumberTop | 11 | Building block for page numbering on the top of the page. |
wdTypePageNumberBottom | 12 | Building block for page numbering on the bottom of the page. |
wdTypePageNumberPage | 13 | Page numbering building block. |
wdTypeTableOfContents | 14 | Table of contents building block. |
wdTypeCustomQuickParts | 15 | Custom quick parts building block. |
wdTypeCustomCoverPage | 16 | Custom cover page building block. |
wdTypeCustomEquations | 17 | Custom equations building block. |
wdTypeCustomFooters | 18 | Custom footers building block. |
wdTypeCustomHeaders | 19 | Custom headers building block. |
wdTypeCustomPageNumber | 20 | Custom page numbering building block. |
wdTypeCustomTables | 21 | Custom table building block. |
wdTypeCustomWatermarks | 22 | Custom watermark building block. |
wdTypeCustomAutoText | 23 | Custom autotext building block. |
wdTypeCustomTextBox | 24 | Custom text box building block. |
wdTypeCustomPageNumberTop | 25 | Building block for custom page numbering on the top of the page. |
wdTypeCustomPageNumberBottom | 26 | Building block for custom page numbering on the bottom of the page. |
wdTypeCustomPageNumberPage | 27 | Custom page numbering building block. |
wdTypeCustomTableOfContents | 28 | Custom table of contents building block. |
wdTypeCustom1 | 29 | Custom building block. |
wdTypeCustom2 | 30 | Custom building block. |
wdTypeCustom3 | 31 | Custom building block. |
wdTypeCustom4 | 32 | Custom building block. |
wdTypeCustom5 | 33 | Custom building block. |
wdTypeBibliography | 34 | Bibliography building block. |
wdTypeCustomBibliography | 35 | Custom bibliography building block. |