Home
last modified time | relevance | path

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

/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/
H A DSpreadsheetRawReportTarget.java158 private String tableBackgroundColor; // null means transparent ... field in SpreadsheetRawReportTarget
334 tableBackgroundColor = null; in processElement()
342 tableBackgroundColor = null; in processElement()
346 tableBackgroundColor = String.valueOf(raw); in processElement()
386 if (tableBackgroundColor != null) in processElement()
396 …roperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgroundColor); in processElement()
404 …roperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgroundColor); in processElement()

Completed in 21 milliseconds