Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent

Packages that use PDOutputIntent
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
 List<PDOutputIntent> PDDocumentCatalog.getOutputIntent()
          Get the list of OutputIntents defined in the document.
 

Methods in org.apache.pdfbox.pdmodel with parameters of type PDOutputIntent
 void PDDocumentCatalog.addOutputIntent(PDOutputIntent outputIntent)
          Add an OutputIntent to the list.
 

Method parameters in org.apache.pdfbox.pdmodel with type arguments of type PDOutputIntent
 void PDDocumentCatalog.setOutputIntents(List<PDOutputIntent> outputIntents)
          Replace the list of OutputIntents of the document.
 



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.