}
case MIN_HEIGHT: {
return new PdMinHeight(fobj, propertyFullName, attributeValue);
}
case MIN_WIDTH: {
return new PdMinWidth(fobj, propertyFullName, attributeValue);
}
case NUMBER_COLUMNS_REPEATED: {
return new PdNumberColumnsRepeated(fobj, propertyFullName,
attributeValue);
}