示例#1
0
 /// <summary>
 /// Get the paragraph level of the text.
 /// </summary>
 /// <returns>The paragraph level</returns>
 public byte GetParaLevel()
 {
     return(NativeMethods.ubidi_getParaLevel(_biDi));
 }