Searched refs:tableRowProperties (Results 1 – 1 of 1) sorted by relevance
390 Element tableRowProperties = style.getTableRowProperties(); in processElement() local391 if (tableRowProperties == null) in processElement()393 tableRowProperties = new Section(); in processElement()394 tableRowProperties.setNamespace(OfficeNamespaces.STYLE_NS); in processElement()395 tableRowProperties.setType("table-row-properties"); in processElement()396 …tableRowProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgro… in processElement()397 style.addNode(tableRowProperties); in processElement()401 …final Object oldValue = tableRowProperties.getAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGR… in processElement()404 …tableRowProperties.setAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR, tableBackgro… in processElement()
Completed in 15 milliseconds