Class FlowOrderedLayoutBox
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class FlowOrderedLayoutBox : LayoutBox
Constructors
FlowOrderedLayoutBox(DocumentElement)
Declaration
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement)
Parameters
Document
|
FlowOrderedLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection)
Parameters
Document
|
Document
|
FlowOrderedLayoutBox(DocumentElement, DocumentStructureCollection, Boolean)
Declaration
public FlowOrderedLayoutBox(DocumentElement associatedDocumentElement, DocumentStructureCollection collection, bool isFragment)
Parameters
Document
|
Document
|
System.
|
Properties
IsLastBox
Declaration
public override bool IsLastBox { get; }
Property Value
System.
|
Overrides
NextAssociatedBox
Declaration
public FlowOrderedLayoutBox NextAssociatedBox { get; }
Property Value
NextBox
PreviousAssociatedBox
Declaration
public FlowOrderedLayoutBox PreviousAssociatedBox { get; }
Property Value
PreviousBox
Methods
LinkAfter(FlowOrderedLayoutBox)
Declaration
public void LinkAfter(FlowOrderedLayoutBox existingBox)
Parameters
Flow
|
Pair(FlowOrderedLayoutBox, FlowOrderedLayoutBox)
Declaration
public static void Pair(FlowOrderedLayoutBox firstBox, FlowOrderedLayoutBox secondBox)
Parameters
Flow
|
Flow
|
Unlink()
Declaration
public void Unlink()