Overload | Description |
---|---|
InsertParagraph() | Inserts a blank Paragraph in this Footer. |
InsertParagraph(Int32,String,Boolean) | Inserts a Paragraph at a specific location in this Footer, using the provided text, and optionally track this change. |
InsertParagraph(Paragraph) | Inserts the provided Paragraph in this Footer. |
InsertParagraph(Int32,Paragraph) | Inserts the provided Paragraph at a specific location in this Footer. |
InsertParagraph(Int32,String,Boolean,Formatting) | Inserts a Paragraph at a specific location in this Footer, using the provided text and formatting, and optionally track this change. |
InsertParagraph(String) | Inserts a Paragraph in this Footer, using the provided text. |
InsertParagraph(String,Boolean) | Inserts a Paragraph in this Footer, using the provided text, and optionally track this change. |
InsertParagraph(String,Boolean,Formatting) | Inserts a Paragraph in this Footer, using the provided text and formatting, and optionally track this change. |