DocumentAddParagraph Method | |
Insert a paragraph at selection
Namespace:
SIC.OpenDocumentFormat.MSWord
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax internal OpenXmlElement AddParagraph(
ref OpenXmlElement lSelection
)
Friend Function AddParagraph (
ByRef lSelection As OpenXmlElement
) As OpenXmlElement
Parameters
- lSelection
- Type: OpenXmlElement
Selection to insert a paragraph
Return Value
Type:
OpenXmlElementInserted paragraph
See Also