This example sets no background color for the second row.
TextTables tables = document.getTables(); TextTable table = tables.item(1); TextTableRows rows = table.getRows(); TextTableRow row = rows.item(2); row.setBackTransparent(true);
Related information