Uses of Enum Class
com.deltaxml.dita.config.UnmarkedChangeMode
Packages that use UnmarkedChangeMode
-
Uses of UnmarkedChangeMode in com.deltaxml.dita.config
Methods in com.deltaxml.dita.config that return UnmarkedChangeModeModifier and TypeMethodDescriptionSelectingUnrepresentableChange.getUnmarkedChangeMode()Gets the value of the unmarkedChangeMode parameter.static UnmarkedChangeModeReturns the enum constant of this class with the specified name.static UnmarkedChangeMode[]UnmarkedChangeMode.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 UnmarkedChangeModeModifier and TypeMethodDescriptionvoidSelectingUnrepresentableChange.setUnmarkedChangeMode(UnmarkedChangeMode value) Specifies how to handle data that cannot contain difference markup.Constructors in com.deltaxml.dita.config with parameters of type UnmarkedChangeModeModifierConstructorDescriptionSelectingUnrepresentableChange(UnmarkedChangeMode unmarkedChangeMode) Constructs a SelectingUnrepresentableChange object using the providedUnmarkedChangeMode.