case NUMBER_COLUMNS_SPANNED: {
return new PdNumberColumnsSpanned(fobj, propertyFullName,
attributeValue);
}
case NUMBER_ROWS_SPANNED: {
return new PdNumberRowsSpanned(fobj, propertyFullName,
attributeValue);
}
case ODD_OR_EVEN: {
return new PdOddOrEven(fobj, propertyFullName, attributeValue);
}