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