case BORDER_BEFORE_WIDTH: {
return new PdBorderBeforeWidth(fobj, propertyFullName,
attributeValue);
}
case BORDER_BOTTOM: {
return new PdBorderBottom(fobj, propertyFullName, attributeValue);
}
case BORDER_BOTTOM_COLOR: {
return new PdBorderBottomColor(fobj, propertyFullName,
attributeValue);
}