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