ParagraphCollection.Add(String) Method
Adds a new paragraph with the specified text to the collection.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The paragraph text. |
Returns
| Type | Description |
|---|---|
| TextParagraph | The added TextParagraph instance. |
See Also