Back to Devexpress

LayoutTextBox Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-79e65741.md

latest2.3 KB
Original Source

LayoutTextBox Class

Layout element that relates to a floating object - Text Box.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutTextBox :
    LayoutFloatingObject,
    RangedLayoutElement,
    LayoutElement,
    IPieceTableContainer,
    IParagraphFrameContainer
vb
Public Class LayoutTextBox
    Inherits LayoutFloatingObject
    Implements RangedLayoutElement,
               LayoutElement,
               IPieceTableContainer,
               IParagraphFrameContainer

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutTextBox element.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase LayoutFloatingObject LayoutTextBox

See Also

LayoutTextBox Members

DevExpress.XtraRichEdit.API.Layout Namespace