/** Padding at the left edge of the table. */ public Table padLeft(float padLeft) { layout.padLeft(padLeft); return this; }
/** Padding at the left edge of the table. */ public Table padLeft(Value padLeft) { layout.padLeft(padLeft); return this; }