未验证 提交 35c372eb 编写于 作者: O openharmony_ci 提交者: Gitee

!5779 网页符修改

Merge pull request !5779 from 孙悦/OpenHarmony-3.1-Release
......@@ -21,7 +21,7 @@ import inputMethod from '@ohos.inputMethod';
| MAX_TYPE_NUM | number | 是 | 否 | 可支持的最大输入法个数。 |
## InputMethodProperty<sup>6+</sup><a name="InputMethodProperty"></a>
## InputMethodProperty<sup>6+</sup>
输入法应用属性。
......@@ -32,7 +32,7 @@ import inputMethod from '@ohos.inputMethod';
| packageName | string | 是 | 否 | 包名。 |
| methodId | string | 是 | 否 | Ability名。 |
## inputMethod.getInputMethodController<a name="getInputMethodController"></a>
## inputMethod.getInputMethodController
getInputMethodController(): InputMethodController
......@@ -51,7 +51,7 @@ getInputMethodController(): InputMethodController
var InputMethodController = inputMethod.getInputMethodController();
```
## inputMethod.getInputMethodSetting<sup>6+</sup><a name="getInputMethodSetting"></a>
## inputMethod.getInputMethodSetting<sup>6+</sup>
getInputMethodSetting(): InputMethodSetting
......@@ -71,7 +71,7 @@ getInputMethodSetting(): InputMethodSetting
var InputMethodSetting = inputMethod.getInputMethodSetting();
```
## InputMethodController<a name="InputMethodController"></a>
## InputMethodController
下列API示例中都需使用[getInputMethodController](#getInputMethodController)回调获取到InputMethodController实例,再通过此实例调用对应方法。
......@@ -119,7 +119,7 @@ stopInput(): Promise&lt;boolean&gt;
console.info('stopInput isSuccess = ' + isSuccess);
```
## InputMethodSetting<sup>6+</sup><a name="InputMethodSetting"></a>
## InputMethodSetting<sup>6+</sup>
下列API示例中都需使用[getInputMethodSetting](#getInputMethodSetting)回调获取到InputMethodSetting实例,再通过此实例调用对应方法。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册