Uses of Class
org.apache.pdfbox.pdmodel.graphics.state.RenderingIntent
-
Packages that use RenderingIntent Package Description org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document. -
-
Uses of RenderingIntent in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return RenderingIntent Modifier and Type Method Description static RenderingIntentRenderingIntent. fromString(java.lang.String value)RenderingIntentPDExtendedGraphicsState. getRenderingIntent()This will get the rendering intent.RenderingIntentPDGraphicsState. getRenderingIntent()This will get the rendering intent.static RenderingIntentRenderingIntent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RenderingIntent[]RenderingIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type RenderingIntent Modifier and Type Method Description voidPDGraphicsState. setRenderingIntent(RenderingIntent value)This will set the rendering intent.
-