给指定的字库中添加一条字库信息. @param index 字库的序号,取值为0-9,目前最多支持10个字库 @param dict_info 字库描述串,具体参考大漠综合工具中的字符定义 @return 0:失败 1:成功
(int index,String dict_info)
| 1932 | * @return 0:失败 1:成功 |
| 1933 | */ |
| 1934 | public int AddDict(int index,String dict_info){ |
| 1935 | return Dispatch.call(dm,"AddDict",index,dict_info).getInt(); |
| 1936 | } |
| 1937 | |
| 1938 | /** |
| 1939 | * 给指定的字库中添加一条字库信息. |