Word.DocPartInsertType enum
Specifies how a building block is inserted into a document.
Remarks
Used by
- Word.BuildingBlock: insertType
- Word.BuildingBlockCollection: add
- Word.BuildingBlockEntryCollection: add
Fields
| content = "Content" | Inserts the content of the building block. |
| page = "Page" | Inserts the building block as a page. |
| paragraph = "Paragraph" | Inserts the building block as a paragraph. |