cellalignbottom TrvActionTableCellVAlignBottom

Properties

Top  Previous  Next

TrvActionTableCellVAlignBottom is the action for "Table | Align Cell to the Bottom" command.

Unit RichViewActions;

Syntax

TrvActionTableCellVAlignBottom = class(TrvActionTableCellVAlign)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TrvAction

TrvActionTableCell

TrvActionTableMultiCellAttributes

TrvActionTableCellVAlign

Description

The action aligns contents of the selected table cells (or the edited cell) to bottom. It changes table.Cells[].VAlign to rvcBottom.

This action does not introduce any new properties in addition to properties of TrvAction.

See also:

TrvActionTableCellVAlignTop

TrvActionTableCellVAlignMiddle

TrvActionTableCellVAlignDefault


RichView © Sergey Tkachenko