WhitespaceProcessingMode AUTOMATIC Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Chooses the most appropriate mode based on other parameter settings.

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

public static WhitespaceProcessingMode AUTOMATIC {
	[HideFromJavaAttribute]
	get;
 }

Property Value

Type: WhitespaceProcessingMode
Remarks

Chooses the most appropriate mode based on other parameter settings. This is dependent on two other parameters 'output-format' and the 'preservation-mode', as discussed in the main whitespace processing mode documentation.
See Also