case TABLE_OMIT_FOOTER_AT_BREAK: {
return new PdTableOmitFooterAtBreak(fobj, propertyFullName,
attributeValue);
}
case TABLE_OMIT_HEADER_AT_BREAK: {
return new PdTableOmitHeaderAtBreak(fobj, propertyFullName,
attributeValue);
}
case TARGET_PRESENTATION_CONTEXT: {
return new PdTargetPresentationContext(fobj, propertyFullName,
attributeValue);