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
)
Friend Function GetParagraph (
ByRef pSelection As OpenXmlElement
) As Paragraph
Parameters
- pSelection
- Type: OpenXmlElement
Document selection to search next paragraph
Return Value
Type:
ParagraphNext paragraph object
Exceptions Exception | Condition |
---|
Exception | If not found a parent paragraph object (is analyse three parents level). |
Remarks
Analyse three level up.
See Also