DocumentAddParagraph Method |  |
Insert a paragraph at selection
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxinternal OpenXmlElement AddParagraph(
ref OpenXmlElement pSelection
)
Friend Function AddParagraph (
ByRef pSelection As OpenXmlElement
) As OpenXmlElement
Parameters
- pSelection
- Type: OpenXmlElement
Selection to insert a paragraph
Return Value
Type:
OpenXmlElementInserted paragraph
See Also