Home
last modified time | relevance | path

Searched refs:cellAttributes (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DTablePrinter.java83 MessageFormat cellAttributes; field in TablePrinter.Column
96 public Column setCellAttributes(String cellAttributes) { in setCellAttributes() argument
97 …this.cellAttributes = new MessageFormat(MessageFormat.autoQuoteApostrophe(cellAttributes), ULocale… in setCellAttributes()
134 …rinter addColumn(String header, String headerAttributes, String cellPattern, String cellAttributes, in addColumn() argument
137 .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() argument
500 columns.get(columns.size() - 1).setCellAttributes(cellAttributes); in setCellAttributes()