case BORDER_LEFT_STYLE: {
return new PdBorderLeftStyle(fobj, propertyFullName,
attributeValue);
}
case BORDER_LEFT_WIDTH: {
return new PdBorderLeftWidth(fobj, propertyFullName,
attributeValue);
}
case BORDER_RIGHT: {
return new PdBorderRight(fobj, propertyFullName, attributeValue);
}