Click or drag to resize

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
)

Parameters

lSelection
Type: OpenXmlElement
Selection to insert a paragraph

Return Value

Type: OpenXmlElement
Inserted paragraph
See Also