ClassTableRowPositionHandler
Represents a handler for determining the position of table rows within a document.
Definition
Namespace:Telerik.Windows.Documents
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class TableRowPositionHandler : ContainerPositionHandler
Inheritance: objectPositionHandlerContainerPositionHandlerTableRowPositionHandler
Inherited Members
Constructors
TableRowPositionHandler(LayoutBox)
Declaration
public TableRowPositionHandler(LayoutBox box)
Parameters
box
Properties
CanMoveToNext
Determines whether the specified table row can be moved to the next position.
Declaration
public override bool CanMoveToNext { get; }
Property Value
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
Overrides
Methods
Clone()
Creates a deep copy of the current TableRowPositionHandler instance.
Declaration
public override PositionHandler Clone()
Returns
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()
Overrides