Searched refs:tableAttributes (Results 1 – 1 of 1) sorted by relevance
45 private String tableAttributes; field in TablePrinter51 return tableAttributes; in getTableAttributes()54 public TablePrinter setTableAttributes(String tableAttributes) { in setTableAttributes() argument55 this.tableAttributes = tableAttributes; in setTableAttributes()343 if (tableAttributes != null) { in toTableInternal()344 result.append(' ').append(tableAttributes); in toTableInternal()