WdDocPartInsertOptions Enumeration
Specifies how a building block is inserted into a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdDocPartInsertOptions
'Usage
Dim instance As WdDocPartInsertOptions
public enum WdDocPartInsertOptions
Members
Member name | Description | |
---|---|---|
wdInsertContent | Inline building block. | |
wdInsertParagraph | Paragraph-level building block. | |
wdInsertPage | Page-level building block. |
Remarks
Used with the InsertOptions property of the BuildingBlock object.