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 FOPOutputFormat
Returns 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 TypeMethodDescriptionvoid
FormattingObjectsProcessor.transform
(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings) void
FormattingObjectsProcessor.transform
(FOPOutputFormat format, OutputStream out, Source source, Source stylesheet, FOPSettings settings, Supplier<Boolean> aborted)