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
)
Friend Function AddElementAtParagraph (
ByRef pSelection As OpenXmlElement,
pElementToAdd As OpenXmlElement
) As OpenXmlElement
Parameters
- pSelection
- Type: OpenXmlElement
Selection Open XML Element - pElementToAdd
- Type: OpenXmlElement
Open XML Element to add
Return Value
Type:
OpenXmlElementAdded XML Element
See Also