final String definedStyle = (String) attributeMap.getAttribute(OfficeNamespaces.TABLE_NS, "style-name");
attributeMap.setAttribute(OfficeNamespaces.TABLE_NS, "style-name", getDisplayStyleName((Section) element, definedStyle));
try
{
final DataFlags value = computeValue();
if (value != null)
{
FormatValueUtility.applyValueForCell(value.getValue(), attributeMap);
}
}
catch (Exception e)
{
// ignore ..