padding

Specifies the space (in pixels) between the table cell border and the table cell contents, using array of form [top,left,bottom,right].

Type

java.awt.Insets or integer array

Example

padding = new java.awt.Insets(1, 2, 1, 2);

   or

padding = [1, 2, 1, 2];

<< dataRow © 1996-2013 InetSoft Technology Corporation (v11.5) table >>