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