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