DeltaXML DITA Compare .NET API DocumentationThe MapUncomparedTopicMarkup type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the MapUncomparedTopicMarkup.
| |
| getDisplayName |
Returns the user friendly String name of the MapUncomparedTopicMarkup.
| |
| getMapUncomparedTopicMarkup |
Returns a MapUncomparedTopicMarkup object from the supplied String value if appropriate.
| |
| parseValue |
Returns a MapUncomparedTopicMarkup object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of MapUncomparedTopicMarkup.
(Overrides EnumtoString .) | |
| valueOf |
Returns the enum constant of this type with the specified name.
| |
| values |
Returns an array containing the constants of this enum type, in the order they're declared.
|
Properties
| Name | Description | |
|---|---|---|
| AUTOMATIC |
When DITA Markup is selected as the output format, behave as if 'mark-change' had been selected, otherwise behave as if
'leave-alone' had been selected.
| |
| DO_NOT_MODIFY |
Do not update the uncompared topics.
| |
| MARK_CHANGE |
Mark the top-level topic element of uncompared topics as added or deleted, in the manner specified by the other topic level
parameters.
|
See Also