Uses of Enum Class
com.deltaxml.docbook.config.OxygenTrackChangesDeletedSpaceMode
Packages that use OxygenTrackChangesDeletedSpaceMode
Package
Description
Configuration objects for the DocBook comparison API.
-
Uses of OxygenTrackChangesDeletedSpaceMode in com.deltaxml.docbook.config
Methods in com.deltaxml.docbook.config that return OxygenTrackChangesDeletedSpaceModeModifier and TypeMethodDescriptionTrackedChanges.getOxygenTrackChangesDeletedSpaceMode()Gets the value of the oxygenTcsDeletedSpaceMode parameter.Returns the enum constant of this class with the specified name.static OxygenTrackChangesDeletedSpaceMode[]OxygenTrackChangesDeletedSpaceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.docbook.config with parameters of type OxygenTrackChangesDeletedSpaceModeModifier and TypeMethodDescriptionvoidTrackedChanges.setOxygenTrackChangesDeletedSpaceMode(OxygenTrackChangesDeletedSpaceMode value) Specifies how deleted spaces should be handled.