Exemplo n.º 1
0
 /** Padding at the bottom edge of the table. */
 public Table padBottom(float padBottom) {
   layout.padBottom(padBottom);
   return this;
 }
Exemplo n.º 2
0
 /** Padding at the bottom edge of the table. */
 public Table padBottom(Value padBottom) {
   layout.padBottom(padBottom);
   return this;
 }