else
{
bandStyleAtts.setAttribute(BundleNamespaces.STYLE, "border-top-left-radius-height", absoluteLengthFormat.format(
topLeft));
bandStyleAtts.setAttribute(BundleNamespaces.STYLE, "border-top-right-radius-height",
absoluteLengthFormat.format(topRight));
bandStyleAtts.setAttribute(BundleNamespaces.STYLE, "border-bottom-left-radius-height",
absoluteLengthFormat.format(bottomLeft));
bandStyleAtts.setAttribute(BundleNamespaces.STYLE, "border-bottom-right-radius-height",
absoluteLengthFormat.format(bottomRight));
}