Uses of Enum Class
org.apache.camel.component.fop.FopOutputType
-
Uses of FopOutputType in org.apache.camel.component.fop
Methods in org.apache.camel.component.fop that return FopOutputTypeModifier and TypeMethodDescriptionstatic FopOutputTypeFopOutputType.asFooOutputType(String outputFormatExtended) FopEndpoint.getOutputType()static FopOutputTypeReturns the enum constant of this class with the specified name.static FopOutputType[]FopOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.fop with parameters of type FopOutputTypeModifier and TypeMethodDescriptionvoidFopEndpoint.setOutputType(FopOutputType outputType) The primary output format is PDF but other output formats are also supported.Constructors in org.apache.camel.component.fop with parameters of type FopOutputTypeModifierConstructorDescriptionFopEndpoint(String uri, FopComponent component, FopOutputType outputType)