Uses of Enum Class
com.deltaxml.dita.config.PreservationMode
Packages that use PreservationMode
-
Uses of PreservationMode in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return PreservationModeModifier and TypeMethodDescriptionOutputParameters.getPreservationMode()Gets the value of the preservationMode parameter.static PreservationModeReturns the enum constant of this class with the specified name.static PreservationMode[]PreservationMode.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 PreservationModeModifier and TypeMethodDescriptionvoidOutputParameters.setPreservationMode(PreservationMode value) Sets the mode to use for preserving original data.