Uses of Class
org.faceless.pdf2.OutputIntent
-
Packages that use OutputIntent Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputIntent in org.faceless.pdf2
Methods in org.faceless.pdf2 that return OutputIntent Modifier and Type Method Description OutputIntent
OutputProfile. getOutputIntent(String type)
Return the first OutputIntent with the specified Type, or null if none exists.Methods in org.faceless.pdf2 that return types with arguments of type OutputIntent Modifier and Type Method Description Collection<OutputIntent>
OutputProfile. getOutputIntents()
Return a Collection of allOutputIntent
objects for this profile.Constructors in org.faceless.pdf2 with parameters of type OutputIntent Constructor Description OutputIntent(String type, OutputIntent source)
Create a new OutputIntent which is a copy of the supplied Intent, but with a new TypeOutputIntent(OutputIntent source)
Create a duplicate of the supplied OutputIntent.
-