コード例 #1
0
ファイル: BiDi.cs プロジェクト: sillsdev/icu-dotnet
 /// <summary>
 /// Get the paragraph level of the text.
 /// </summary>
 /// <returns>The paragraph level</returns>
 public byte GetParaLevel()
 {
     return(NativeMethods.ubidi_getParaLevel(_biDi));
 }