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