}
case COLOR: {
return new PdColor(fobj, propertyFullName, attributeValue);
}
case COLOR_PROFILE_NAME: {
return new PdColorProfileName(fobj, propertyFullName,
attributeValue);
}
case COLUMN_COUNT: {
return new PdColumnCount(fobj, propertyFullName, attributeValue);
}