This example sets no background color for the table.
TextTables tables = document.getTables(); TextTable table = tables.item(1); table.setBackTransparent(true);
Related information
BackTransparent property