'Declaration Public Overloads Overridable Function InsertParagraphAfterSelf( _ ByVal text As String _ ) As Paragraph
'Usage Dim instance As InsertBeforeOrAfter Dim text As String Dim value As Paragraph value = instance.InsertParagraphAfterSelf(text)
Parameters
- text
- The text for the new Paragraph.
Return Value
The new Paragraph that was inserted.