C# Класс PdfRpt.Core.Helper.RunDirectionHelper

Indicates whether the input text contains rtl data or not
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ContainsRtlText() публичный статический Метод

Indicates whether the input text contains rtl data or not
public static ContainsRtlText ( this data ) : bool
data this input text
Результат bool

GetRunDirection() публичный статический Метод

Determines the text direction based on the ContainsRtlText method's result.
public static GetRunDirection ( this data ) : PdfRunDirection
data this
Результат PdfRunDirection