DeltaXML DITA Compare .NET API DocumentationThe UnmarkedChangeMode type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| getDisplayDescription |
Returns the user friendly String description of the UnmarkedChangeMode.
| |
| getDisplayName |
Returns the user friendly String name of the UnmarkedChangeMode.
| |
| getUnmarkedChangeMode |
Returns a UnmarkedChangeMode object from the supplied String value if appropriate.
| |
| parseValue |
Returns a UnmarkedChangeMode object from the supplied String value if appropriate.
| |
| toString |
Returns a String representation of UnmarkedChangeMode.
(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 | |
|---|---|---|
| DOCUMENT_A |
Output the 'A' version of modified items; output deleted ('A') items; do not output inserted ('B') items.
| |
| DOCUMENT_A_THEN_B |
Output the 'A' version of modified items; output both inserted ('B') and deleted ('A') items.
| |
| DOCUMENT_A_THEN_DECL_B |
As 'A' except when processing an internal subset declaration, in which case act as 'AB'.
| |
| DOCUMENT_B |
Output the 'B' version of modified items; output inserted ('B') items; do not output deleted ('A') items.
| |
| DOCUMENT_B_THEN_A |
Output the 'B' version of modified items; output both inserted ('B') and deleted ('A') items.
| |
| DOCUMENT_B_THEN_DECL_A |
As 'B' except when processing an internal subset declaration, in which case act as 'BA'.
|
See Also