PreservationMode MembersDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation

The PreservationMode type exposes the following members.
Methods

  NameDescription
Public methodgetDisplayDescription
Returns the user friendly String description of the PreservationMode.
Public methodgetDisplayName
Returns the user friendly String name of the PreservationMode.
Public methodStatic membergetPreservationMode
Returns a PreservationMode object from the supplied String value if appropriate.
Public methodStatic memberparseValue
Returns a PreservationMode object from the supplied String value if appropriate.
Public methodtoString
Returns a String representation of PreservationMode.
(Overrides EnumtoString .)
Public methodStatic membervalueOf
Returns the enum constant of this type with the specified name.
Public methodStatic membervalues
Returns an array containing the constants of this enum type, in the order they're declared.
Back to Top
Properties

  NameDescription
Public propertyStatic memberAUTOMATIC
Chooses the most appropriate setting based on the output format.
Public propertyStatic memberDOC_AND_ATTRIB
Preserve document typing and original attribute information.
Public propertyStatic memberDOCUMENT
Preserve document typing information.
Public propertyStatic memberENTITY_REF
Enhance round-trip processing by analysing entity contents.
Public propertyStatic memberNESTED_ENTITY_REF
Enhance round-trip processing by analysing both entity and nested entity contents.
Public propertyStatic memberROUND_TRIP
Preserve document type, entity usage, and attribute usage data.
Back to Top
See Also