case PAGE_CITATION_STRATEGY: {
return new PdPageCitationStrategy(fobj, propertyFullName,
attributeValue);
}
case PAGE_HEIGHT: {
return new PdPageHeight(fobj, propertyFullName, attributeValue);
}
case PAGE_NUMBER_TREATMENT: {
return new PdPageNumberTreatment(fobj, propertyFullName,
attributeValue);
}