case TARGET_PROCESSING_CONTEXT: {
return new PdTargetProcessingContext(fobj, propertyFullName,
attributeValue);
}
case TARGET_STYLESHEET: {
return new PdTargetStylesheet(fobj, propertyFullName,
attributeValue);
}
case TEXT_ALIGN: {
return new PdTextAlign(fobj, propertyFullName, attributeValue);
}