C# 클래스 PdfRpt.Core.Helper.RunDirectionHelper

Indicates whether the input text contains rtl data or not
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
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