DeltaXML DITA Compare .NET API Documentation
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
the PreservationMode instance corresponding to the parameter.
Returns a PreservationMode object from the supplied String value if appropriate.
Namespace: com.deltaxml.ditaAssembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Parameters
- value
- Type: System String
a String representation of a PreservationMode value
Return Value
Type: PreservationModethe PreservationMode instance corresponding to the parameter.
Exceptions
| Exception | Condition |
|---|---|
| IllegalArgumentException | Whenever the provided string does not represent one of this enum'e enumerated values. |
Remarks
Returns a PreservationMode object from the supplied String value if appropriate.
This method should not be used under normal circumstances, enum instance values should be used instead.
See Also