case DESTINATION_PLACEMENT_OFFSET: {
return new PdDestinationPlacementOffset(fobj, propertyFullName,
attributeValue);
}
case DIRECTION: {
return new PdDirection(fobj, propertyFullName, attributeValue);
}
case DISPLAY_ALIGN: {
return new PdDisplayAlign(fobj, propertyFullName, attributeValue);
}
case DOMINANT_BASELINE: {