case SUPPRESS_AT_LINE_BREAK: {
return new PdSuppressAtLineBreak(fobj, propertyFullName,
attributeValue);
}
case SWITCH_TO: {
return new PdSwitchTo(fobj, propertyFullName, attributeValue);
}
case TABLE_LAYOUT: {
return new PdTableLayout(fobj, propertyFullName, attributeValue);
}
case TABLE_OMIT_FOOTER_AT_BREAK: {