b_none TrvActionTableCellNoBorders

Properties   Methods

<< Click to display table of contents >>

b_none TrvActionTableCellNoBorders

Properties   Methods

TrvActionTableCellNoBorders is the action for "Table | Cell Borders | No Borders" command.

Unit RichViewActions;

Syntax

TrvActionTableCellNoBorders = class(TrvActionTableCellBorder)

hmtoggle_arrow1Hierarchy

Description

The action makes all sides of border of the selected table cells (or the edited cell) invisible.

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

This is a redundant action, because it only provides a subset of functionality of TrvActionTableCellAllBorders.

See also:

TrvActionTableCellLeftBorder

TrvActionTableCellRightBorder

TrvActionTableCellTopBorder

TrvActionTableCellBottomBorder

TrvActionTableCellAllBorders