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
Properties
Determines whether the specified table row can be moved to the next position.
public override bool CanMoveToNext { get; }
Overrides:
Determines whether the specified table row can be moved to the previous position in the document.
public override bool CanMoveToPrevious { get; }
Overrides:
Methods
Creates a deep copy of the current TableRowPositionHandler instance.
Moves the table row position to the first row in the table.
public override void MoveToFirst()
Overrides:
Moves the cursor or selection to the last position within the table row.
public override void MoveToLast()
Overrides:
Moves the position of the table row to the next row in the document.
public override void MoveToNext()
Overrides:
Moves the table row position to the previous row in the collection.
public override void MoveToPrevious()
Overrides: