Searched refs:cellAttributes (Results 1 – 1 of 1) sorted by relevance
83 MessageFormat cellAttributes; field in TablePrinter.Column96 public Column setCellAttributes(String cellAttributes) { in setCellAttributes() argument97 …this.cellAttributes = new MessageFormat(MessageFormat.autoQuoteApostrophe(cellAttributes), ULocale… in setCellAttributes()134 …rinter addColumn(String header, String headerAttributes, String cellPattern, String cellAttributes, in addColumn() argument137 .setCellAttributes(cellAttributes).setSpanRows(spanRows)); in addColumn()389 if (columnsFlat[j].cellAttributes != null) { in toTableInternal()391 … result.append(' ').append(columnsFlat[j].cellAttributes.format(patternArgs)); in toTableInternal()499 public TablePrinter setCellAttributes(String cellAttributes) { in setCellAttributes() argument500 columns.get(columns.size() - 1).setCellAttributes(cellAttributes); in setCellAttributes()