Uses of Class
org.faceless.pdf2.OutputProfiler.Strategy
-
Packages that use OutputProfiler.Strategy Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputProfiler.Strategy in org.faceless.pdf2
Methods in org.faceless.pdf2 that return OutputProfiler.Strategy Modifier and Type Method Description static OutputProfiler.Strategy
OutputProfiler.Strategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputProfiler.Strategy[]
OutputProfiler.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.faceless.pdf2 that return types with arguments of type OutputProfiler.Strategy Modifier and Type Method Description List<OutputProfiler.Strategy>
OutputProfiler. getStrategy()
Return a copy of the list of all strategies currently being applied.Methods in org.faceless.pdf2 with parameters of type OutputProfiler.Strategy Modifier and Type Method Description boolean
OutputProfiler. isStrategy(OutputProfiler.Strategy s)
Return true if the specified Strategy will be considered by theOutputProfiler.apply(org.faceless.pdf2.OutputProfile)
method when applying an OutputProfile.void
XMP. repair(PDF pdf, OutputProfile target, OutputProfiler.Strategy... strategy)
Attempt to repair this XMP object to match the specified target, using the specified strategy.void
OutputProfiler. setStrategy(OutputProfiler.Strategy... strategy)
Set the strategy that will be used to resolve problems encountered duringOutputProfiler.apply(org.faceless.pdf2.OutputProfile)
.Method parameters in org.faceless.pdf2 with type arguments of type OutputProfiler.Strategy Modifier and Type Method Description void
OutputProfiler. setStrategy(Collection<OutputProfiler.Strategy> strategy)
Set the strategy that will be used to resolve problems encountered duringOutputProfiler.apply(org.faceless.pdf2.OutputProfile)
.
-