Click or drag to resize
ExportServiceSetRightToLeftAlignment Method
Sets the text alignment to be used in the exported HTML file.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void SetRightToLeftAlignment(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean
True if the exported HTML is to be right-to-left aligned.
Remarks

Pass True to set the alignment as right-to-left. Typically set for languages like Hebrew. The default text alignment for the exported file will be left-to-right.

See Also