DeltaXML DITA Compare .NET API Documentation
Chooses the most appropriate mode based on other parameter settings.
Namespace: com.deltaxml.ditaAssembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
public static WhitespaceProcessingMode AUTOMATIC {
[HideFromJavaAttribute]
get;
}public static WhitespaceProcessingMode AUTOMATIC {
[HideFromJavaAttribute]
get;
}Public Shared ReadOnly Property AUTOMATIC As WhitespaceProcessingMode
<HideFromJavaAttribute>
Get
Public Shared ReadOnly Property AUTOMATIC As WhitespaceProcessingMode
<HideFromJavaAttribute>
Get
public:
static property WhitespaceProcessingMode^ AUTOMATIC {
[HideFromJavaAttribute]
WhitespaceProcessingMode^ get ();
}public:
static property WhitespaceProcessingMode^ AUTOMATIC {
[HideFromJavaAttribute]
WhitespaceProcessingMode^ get ();
}static member AUTOMATIC : WhitespaceProcessingMode with
[<HideFromJavaAttribute>]
get
static member AUTOMATIC : WhitespaceProcessingMode with
[<HideFromJavaAttribute>]
get
Property Value
Type:
WhitespaceProcessingMode
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.