Class TableRowPositionHandler
Represents a handler for determining the position of table rows within a document.
Inherited Members
Namespace: Telerik.Windows.Documents
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableRowPositionHandler : ContainerPositionHandler
Constructors
TableRowPositionHandler(LayoutBox)
TableRowPositionHandler(LayoutBox, LayoutBox)
Declaration
public TableRowPositionHandler(LayoutBox box, LayoutBox childBox)
Parameters
LayoutBox
box
|
LayoutBox
childBox
|
Properties
CanMoveToNext
Determines whether the specified table row can be moved to the next position.
Declaration
public override bool CanMoveToNext { get; }
Property Value
System.Boolean
|
Overrides
CanMoveToPrevious
Determines whether the specified table row can be moved to the previous position in the document.
Declaration
public override bool CanMoveToPrevious { get; }
Property Value
System.Boolean
|
Overrides
Methods
Clone()
Creates a deep copy of the current TableRowPositionHandler instance.
Declaration
public override PositionHandler Clone()
Returns
PositionHandler
|
Overrides
MoveToFirst()
Moves the table row position to the first row in the table.
Declaration
public override void MoveToFirst()
Overrides
MoveToLast()
Moves the cursor or selection to the last position within the table row.
Declaration
public override void MoveToLast()
Overrides
MoveToNext()
Moves the position of the table row to the next row in the document.
Declaration
public override void MoveToNext()
Overrides
MoveToPrevious()
Moves the table row position to the previous row in the collection.
Declaration
public override void MoveToPrevious()