* issues.
* @return The rendering-intent property.
*/
public FoValue traitRenderingIntent(final FObj fobj,
final FoContext context) {
final PdRenderingIntent property = (PdRenderingIntent) getProperty(
FoProperty.RENDERING_INTENT);
if (property != null) {
return property.getValue(context, fobj);
}
return PdRenderingIntent.getValueNoInstance();
}