Package com.deltaxml.docbook.config
Enum Class OxygenTrackChangesDeletedSpaceMode
java.lang.Object
java.lang.Enum<OxygenTrackChangesDeletedSpaceMode>
com.deltaxml.docbook.config.OxygenTrackChangesDeletedSpaceMode
- All Implemented Interfaces:
com.deltaxml.docbook.DocBookCompareDisplayable,Serializable,Comparable<OxygenTrackChangesDeletedSpaceMode>,Constable
public enum OxygenTrackChangesDeletedSpaceMode
extends Enum<OxygenTrackChangesDeletedSpaceMode>
implements com.deltaxml.docbook.DocBookCompareDisplayable
Enumeration representing the possible values for the oxygen-tcs-deleted-space-mode parameter.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the user friendly String description of the OxygenTrackChangesDeletedSpaceMode.Returns the user friendly String name of the OxygenTrackChangesDeletedSpaceMode.toString()Returns the enum constant of this class with the specified name.static OxygenTrackChangesDeletedSpaceMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
AUTOMATIC
Chooses the delete space processing mode based on the declared oxygen-tcs-version parameter. -
NORMALIZE
Allows deleted text to be viewed correctly prior to oXygen 14 release. -
KEEP
Keeps the original whitespace formating of the deleted region.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDisplayName
Returns the user friendly String name of the OxygenTrackChangesDeletedSpaceMode.
- Specified by:
getDisplayNamein interfacecom.deltaxml.docbook.DocBookCompareDisplayable- Returns:
- a user friendly String representing the OxygenTrackChangesDeletedSpaceMode object
-
getDisplayDescription
Returns the user friendly String description of the OxygenTrackChangesDeletedSpaceMode.
- Specified by:
getDisplayDescriptionin interfacecom.deltaxml.docbook.DocBookCompareDisplayable- Returns:
- a user friendly String description representing the OxygenTrackChangesDeletedSpaceMode object
-
toString
- Overrides:
toStringin classEnum<OxygenTrackChangesDeletedSpaceMode>
-