Back to Devexpress

DocumentTextBox Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-fc13b56a.md

latest1.9 KB
Original Source

DocumentTextBox Class

Document element that is a text box accessed by the DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract class DocumentTextBox :
    DocumentElementBase
vb
Public MustInherit Class DocumentTextBox
    Inherits DocumentElementBase

Remarks

A DocumentTextBox is a document element accessed by a DocumentIterator. It corresponds to the Shape API object that is a text box (its ShapeFormat.TextBox property is not null).

To iterate over document elements in the text box content, use the DocumentTextBox.GetIterator method.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentTextBox

See Also

DocumentTextBox Members

Shapes, Pictures, and Other Graphic Objects in Rich Text Documents

DevExpress.XtraRichEdit.API.Native Namespace