| Overload | Description |
|---|---|
| InsertParagraphAfterSelf(Paragraph) | Inserts the provided Paragraph after this Paragraph. |
| InsertParagraphAfterSelf(String,Boolean,Formatting) | Inserts a Paragraph after this Paragraph, using the provided text and formatting, and optionally track this change. |
| InsertParagraphAfterSelf(String,Boolean) | Inserts a Paragraph after this Paragraph, using the provided text, and optionally track this change. |
| InsertParagraphAfterSelf(String) | Inserts a Paragraph after this Paragraph, using the provided text. |