Click or drag to resize

DocumentAddMergeField Method

Add a merge field at selection

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
internal OpenXmlElement AddMergeField(
	ref OpenXmlElement pSelection,
	string pMergeField,
	string pStyle = "",
	bool pNewParagraph = false
)

Parameters

pSelection
Type: OpenXmlElement
Document selection to insert merge field
pMergeField
Type: SystemString
Merge field name
pStyle (Optional)
Type: SystemString
Style name must exist in document
pNewParagraph (Optional)
Type: SystemBoolean
Insert a new paragraph after selection

Return Value

Type: OpenXmlElement
Gives a selection or a paragraph (on parameter pNewParagraph)
See Also