Click or drag to resize

DocumentAddElementAtParagraph Method

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

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
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