TRVTableItemInfo.BorderVSpacing

<< Click to display table of contents >>

TRVTableItemInfo.BorderVSpacing

Vertical spacing between border and the outermost cells.

property BorderVSpacing: TRVStyleLength;

This value is measured in Units of the linked TRVStyle component.

BorderVSpacing be saved in HTML+CSS if:

•BorderVSpacing=CellVSpacing, or

•BorderVSpacing>=CellVSpacing and CellVSpacing>=0

Default value:

2

Note: this default value assumes that RVStyle.Units=rvstuPixels, otherwise it could be too small.

See also:

▪Undo of assignments to table propeties;

▪Colors and layout of tables (with pictures).

See also properties:

▪BorderHSpacing;

▪CellHSpacing;

▪CellVSpacing.