}
case BORDER_COLOR: {
return new PdBorderColor(fobj, propertyFullName, attributeValue);
}
case BORDER_END_COLOR: {
return new PdBorderEndColor(fobj, propertyFullName, attributeValue);
}
case BORDER_END_PRECEDENCE: {
return new PdBorderEndPrecedence(fobj, propertyFullName,
attributeValue);
}