Back to Devexpress

LayoutFloatingTable Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-02a87035.md

latest2.1 KB
Original Source

LayoutFloatingTable Class

Layout element that relates to the floating table in the document.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutFloatingTable :
    RangedLayoutElementBase,
    IPieceTableContainer,
    IParagraphFrameContainer
vb
Public Class LayoutFloatingTable
    Inherits RangedLayoutElementBase
    Implements IPieceTableContainer,
               IParagraphFrameContainer

Remarks

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

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutFloatingTable

See Also

LayoutFloatingTable Members

DevExpress.XtraRichEdit.API.Layout Namespace