Uses of Enum Class
com.deltaxml.dita.config.OutputFormat
Packages that use OutputFormat
-
Uses of OutputFormat in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return OutputFormatModifier and TypeMethodDescriptionOutputParameters.getOutputFormat()Gets the value of the outputFormat parameter.static OutputFormatReturns the enum constant of this class with the specified name.static OutputFormat[]OutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.dita.config with parameters of type OutputFormatModifier and TypeMethodDescriptionvoidOutputParameters.setOutputFormat(OutputFormat value) Specifies what type of output is produced.Constructors in com.deltaxml.dita.config with parameters of type OutputFormatModifierConstructorDescriptionOutputParameters(OutputFormat outputFormat) Create a newOutputParametersinstance, specifies what type of output is produced.