Macro Language Reference > PIs > Tables > <?tbcpad>
  
<?tbcpad>
Description
This command specifies the text padding to be applied to a cell in a table. Padding will be applied equally on all sides of the cell and acts as a border between the cell rules and cell content.
From version 10, padding can be applied to each of the sides individually using the relevant PI.
* 
Specifying <?tbcpad> as well as padding for an individual side will have a cumulative effect. To avoid this if required, when specifying padding on a single side it is possible to include an extra ’@ parameter which gives an absolute option, provided that the <?tbcpad> was specified first.
This command can also be specified as <?tbcellpad>.
Syntax
<?tbcpad width:uh>
width
The width of cell padding to be applied to the cell
Additional Information
A similar effect can be achieve by adding a colorless rule on all sides of a cell using the <?tbcrules> command.
Related Links