case BORDER_BOTTOM_STYLE: {
return new PdBorderBottomStyle(fobj, propertyFullName,
attributeValue);
}
case BORDER_BOTTOM_WIDTH: {
return new PdBorderBottomWidth(fobj, propertyFullName,
attributeValue);
}
case BORDER_COLLAPSE: {
return new PdBorderCollapse(fobj, propertyFullName, attributeValue);
}