case NUMBER_ROWS_SPANNED: {
return new PdNumberRowsSpanned(fobj, propertyFullName,
attributeValue);
}
case ODD_OR_EVEN: {
return new PdOddOrEven(fobj, propertyFullName, attributeValue);
}
case ORPHANS: {
return new PdOrphans(fobj, propertyFullName, attributeValue);
}
case OVERFLOW: {