OutputImageRefForm getOutputImageRefForm Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Returns the com.deltaxml.dita.OutputImageRefForm instance representing the supplied String value.

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

public static OutputImageRefForm getOutputImageRefForm(
	string val
)

Parameters

val
Type: System String
a Sting representation of a {@link OutputImageRefForm} value or null for the default value

Return Value

Type: OutputImageRefForm
the {@link OutputImageRefForm} instance corresponding to the parameter, or null if the value is invalid
Remarks

Returns the com.deltaxml.dita.OutputImageRefForm instance representing the supplied String value.

This method should not be used under normal circumstances, enum instance values should be used instead.

See Also