cellr0 TrvActionTableCellRotationNone

Properties   Methods

<< Click to display table of contents >>

cellr0 TrvActionTableCellRotationNone

Properties   Methods

TrvActionTableCellRotationNone is the action for "Table | No Cell Rotation" command.

Unit RichViewActions;

Syntax

TrvActionTableCellRotationNone = class(TrvActionTableCellRotation)

hmtoggle_arrow1Hierarchy

Description

The action resets the rotation of the selected table cells (or the edited cell) to 0°. It changes table.Cells[].Rotation to rvrotNone. If the cell was rotated vertically (90° or 270°), it also exchanges table.Cells[].BestWidth and BestHeight.

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

See also:

TrvActionTableCellRotation90

TrvActionTableCellRotation180

TrvActionTableCellRotation270