DocumentLayout.GetText(LayoutElement) Method
Gets the plain text contained in the range to which the layout element relates.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | LayoutElement | A LayoutElement descendant. |
Returns
| Type | Description |
|---|---|
| String | A string that is the text contained in the corresponding range. |
See Also