WdDocPartInsertOptions Enumeration
Word Developer Reference |
Specifies how a building block is inserted into a document.
Version Information
Version Added:
Name | Value | Description |
---|---|---|
wdInsertContent | 0 | Inline building block. |
wdInsertPage | 2 | Page-level building block. |
wdInsertParagraph | 1 | Paragraph-level building block. |
Remarks
Used with the InsertOptions property of the BuildingBlock object.