| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel.graphics.state | This package deals with graphics states within the PDF document. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RenderingIntent | RenderingIntent. fromString(String value) | 
| RenderingIntent | PDGraphicsState. getRenderingIntent()This will get the rendering intent. | 
| RenderingIntent | PDExtendedGraphicsState. getRenderingIntent()This will get the rendering intent. | 
| static RenderingIntent | RenderingIntent. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDGraphicsState. setRenderingIntent(RenderingIntent value)This will set the rendering intent. | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.