Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent
-
Packages that use PDOutputIntent Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of PDOutputIntent in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDOutputIntent Modifier and Type Method Description java.util.List<PDOutputIntent>
PDDocumentCatalog. getOutputIntents()
Get the list of OutputIntents defined in the document.Methods in org.apache.pdfbox.pdmodel with parameters of type PDOutputIntent Modifier and Type Method Description void
PDDocumentCatalog. addOutputIntent(PDOutputIntent outputIntent)
Add an OutputIntent to the list.Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDOutputIntent Modifier and Type Method Description void
PDDocumentCatalog. setOutputIntents(java.util.List<PDOutputIntent> outputIntents)
Replace the list of OutputIntents of the document.
-