419420421422423424425426427428429
if (props != null) { final Object raw = props.getAttribute(OfficeNamespaces.FO_NS, OfficeToken.BACKGROUND_COLOR); if (raw == null || "transparent".equals(raw)) { cellStyle.removeNode(props); } } } }