bandStyleAtts.setAttribute(BundleNamespaces.STYLE, "padding-left", absoluteLengthFormat.format(value));
}
if (style.isLocalKey(ElementStyleKeys.PADDING_BOTTOM))
{
final double value = style.getDoubleStyleProperty(ElementStyleKeys.PADDING_BOTTOM, 0);
bandStyleAtts.setAttribute(BundleNamespaces.STYLE, "padding-bottom", absoluteLengthFormat.format(value));
}
if (style.isLocalKey(ElementStyleKeys.PADDING_RIGHT))
{
final double value = style.getDoubleStyleProperty(ElementStyleKeys.PADDING_RIGHT, 0);
bandStyleAtts.setAttribute(BundleNamespaces.STYLE, "padding-right", absoluteLengthFormat.format(value));