DeltaXML DITA Compare .NET API DocumentationThe UnmarkedChangeMode type exposes the following members.
Back to Top
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