ModifiedAttributeMode DOCUMENT_B_THEN_A Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Output the 'B' version of modified attributes.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public static ModifiedAttributeMode DOCUMENT_B_THEN_A {
	[HideFromJavaAttribute]
	get;
 }

Property Value

Type: ModifiedAttributeMode
Remarks

Output the 'B' version of modified attributes. Output both inserted ('B') and deleted ('A') attributes.
See Also