TextParagraphCollection.Add(String) Method
Adds a new text paragraph with the specified text to the collection.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | The new paragraph text. |
Returns
| Type | Description |
|---|---|
| TextParagraph | The added text paragraph. |
See Also