ShowNonPhraseChanges WHERE_VALID Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
If set to 'where-valid', uses -[[old-text]]- +[[new-text]]+ delimiters to show change where <ph> is not valid.

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

public static ShowNonPhraseChanges WHERE_VALID {
	[HideFromJavaAttribute]
	get;
 }

Property Value

Type: ShowNonPhraseChanges
Remarks

If set to 'where-valid', uses -[[old-text]]- +[[new-text]]+ delimiters to show change where <ph> is not valid. Note that although <ph> is the default setting for 'phrase-element-name', a different element such as <text> can be set.
See Also