Uses of Class
org.sejda.sambox.pdmodel.graphics.color.PDOutputIntent
Packages that use PDOutputIntent
-
Uses of PDOutputIntent in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return types with arguments of type PDOutputIntentModifier and TypeMethodDescriptionPDDocumentCatalog.getOutputIntents()Get the list of OutputIntents defined in the document.Methods in org.sejda.sambox.pdmodel with parameters of type PDOutputIntentModifier and TypeMethodDescriptionvoidPDDocumentCatalog.addOutputIntent(PDOutputIntent outputIntent) Add an OutputIntent to the list.Method parameters in org.sejda.sambox.pdmodel with type arguments of type PDOutputIntentModifier and TypeMethodDescriptionvoidPDDocumentCatalog.setOutputIntents(List<PDOutputIntent> outputIntents) Replace the list of OutputIntents of the document.