Class
TableRowPositionHandler

Represents a handler for determining the position of table rows within a document.

Definition

Constructors

TableRowPositionHandler(LayoutBox)

Declaration

cs-api-definition
public TableRowPositionHandler(LayoutBox box)

Parameters

box

LayoutBox

TableRowPositionHandler(LayoutBox, LayoutBox)

Declaration

cs-api-definition
public TableRowPositionHandler(LayoutBox box, LayoutBox childBox)

Parameters

box

LayoutBox

childBox

LayoutBox

Properties

CanMoveToNext

Determines whether the specified table row can be moved to the next position.

Declaration

cs-api-definition
public override bool CanMoveToNext { get; }

Property Value

bool

Overrides ContainerPositionHandler.CanMoveToNext

CanMoveToPrevious

Determines whether the specified table row can be moved to the previous position in the document.

Declaration

cs-api-definition
public override bool CanMoveToPrevious { get; }

Property Value

bool

Overrides ContainerPositionHandler.CanMoveToPrevious

Methods

Clone()

Creates a deep copy of the current TableRowPositionHandler instance.

Declaration

cs-api-definition
public override PositionHandler Clone()

Returns

PositionHandler

Overrides ContainerPositionHandler.Clone()

MoveToFirst()

Moves the table row position to the first row in the table.

Declaration

cs-api-definition
public override void MoveToFirst()

Overrides ContainerPositionHandler.MoveToFirst()

MoveToLast()

Moves the cursor or selection to the last position within the table row.

Declaration

cs-api-definition
public override void MoveToLast()

Overrides ContainerPositionHandler.MoveToLast()

MoveToNext()

Moves the position of the table row to the next row in the document.

Declaration

cs-api-definition
public override void MoveToNext()

Overrides ContainerPositionHandler.MoveToNext()

MoveToPrevious()

Moves the table row position to the previous row in the collection.

Declaration

cs-api-definition
public override void MoveToPrevious()

Overrides ContainerPositionHandler.MoveToPrevious()