TRVTableItemInfo.BorderHSpacing

<< Click to display table of contents >>

TRVTableItemInfo.BorderHSpacing

Horizontal spacing between the table border and the outermost cells.

property BorderHSpacing: TRVStyleLength;

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

BorderHSpacing be saved in HTML+CSS if:

BorderHSpacing=CellHSpacing, or

BorderHSpacing>=CellHSpacing and CellHSpacing>=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:

BorderVSpacing;

CellHSpacing;

CellVSpacing.