コード例 #1
0
 virtual public String Process(String s)
 {
     return(BidiLine.ProcessLTR(s, runDirection, options));
 }