TextRunCollection.Add(String) Method
Creates a text run with the specified text and adds it 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 text run’s content. |
Returns
| Type | Description |
|---|---|
| TextRun | The created text run. |
See Also