C# Class PdfRpt.Core.Helper.RunDirectionHelper

Indicates whether the input text contains rtl data or not
显示文件 Open project: VahidN/PdfReport

Public Methods

Method Description
ContainsRtlText ( this data ) : bool

Indicates whether the input text contains rtl data or not

GetRunDirection ( this data ) : PdfRunDirection

Determines the text direction based on the ContainsRtlText method's result.

Method Details

ContainsRtlText() public static method

Indicates whether the input text contains rtl data or not
public static ContainsRtlText ( this data ) : bool
data this input text
return bool

GetRunDirection() public static method

Determines the text direction based on the ContainsRtlText method's result.
public static GetRunDirection ( this data ) : PdfRunDirection
data this
return PdfRunDirection