Click or drag to resize

DocumentAddElementAtParagraph Method

Added a XML element at selection (add element at paragraph)

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
internal OpenXmlElement AddElementAtParagraph(
	ref OpenXmlElement pSelection,
	OpenXmlElement pElementToAdd
)

Parameters

pSelection
Type: OpenXmlElement
Selection Open XML Element
pElementToAdd
Type: OpenXmlElement
Open XML Element to add

Return Value

Type: OpenXmlElement
Added XML Element
See Also