Overload | Description |
---|---|
InsertParagraph(Int32,Paragraph) | |
InsertParagraph(Int32,String,Boolean,Formatting) | |
InsertParagraph(String,Boolean,Formatting) | |
InsertParagraph(Paragraph) | |
InsertParagraph(Int32,String,Boolean) | Inserts a Paragraph at a specific location in this Container, using the provided text, and optionally track this change. (Inherited from Xceed.Document.NET.Container) |
InsertParagraph() | Inserts a blank Paragraph in this Container. (Inherited from ) |
InsertParagraph(String) | Inserts a Paragraph in this Container, using the provided text. (Inherited from ) |
InsertParagraph(String,Boolean) | Inserts a Paragraph in this Container, using the provided text, and optionally track this change. (Inherited from ) |