Uses of Enum Class
se.conciliate.extensions.fop.FOPOutputFormat
Packages that use FOPOutputFormat
Package
Description
This package contain different classes to get access to Apache FOP through OSGi.
-
Uses of FOPOutputFormat in se.conciliate.extensions.fop
Methods in se.conciliate.extensions.fop that return FOPOutputFormatModifier and TypeMethodDescriptionstatic FOPOutputFormatReturns the enum constant of this class with the specified name.static FOPOutputFormat[]FOPOutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.conciliate.extensions.fop with parameters of type FOPOutputFormatModifier and TypeMethodDescriptionvoidFormattingObjectsProcessor.transform(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings) voidFormattingObjectsProcessor.transform(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings, Supplier<Boolean> aborted)