VDXMLColorValue backgroundColor = getColor(
(StyleColor)backgroundValue);
if (backgroundColor != null) {
result = allocate(result);
result.setBackgroundColor(
new VDXMLBackgroundColorProperty(backgroundColor));
}
}
// Underline
if (underline != null) {