Click or drag to resize

DocumentGetParagraph Method

Gives next of parent paragraph object. If not found then triggers an exception.

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
internal Paragraph GetParagraph(
	ref OpenXmlElement pSelection
)

Parameters

pSelection
Type: OpenXmlElement
Document selection to search next paragraph

Return Value

Type: Paragraph
Next paragraph object
Exceptions
ExceptionCondition
ExceptionIf not found a parent paragraph object (is analyse three parents level).
Remarks
Analyse three level up.
See Also