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

!15995 翻译完成 15736:修改imf文档

Merge pull request !15995 from ester.zhou/TR-15736
...@@ -51,7 +51,7 @@ this.context.destroy((err) => { ...@@ -51,7 +51,7 @@ this.context.destroy((err) => {
## InputMethodExtensionContext.destroy ## InputMethodExtensionContext.destroy
destroy(): Promise<void&gt; destroy(): Promise\<void>;
Terminates this ability. This API uses a promise to return the result. Terminates this ability. This API uses a promise to return the result.
...@@ -61,13 +61,13 @@ Terminates this ability. This API uses a promise to return the result. ...@@ -61,13 +61,13 @@ Terminates this ability. This API uses a promise to return the result.
| Type| Description| | Type| Description|
| -------- | -------- | | -------- | -------- |
| Promise<void&gt; | Promise that returns no value.| | Promise\<void>; | Promise that returns no value.|
**Example** **Example**
```js ```js
this.context.destroy().then(() => { this.context.destroy().then(() => {
console.log('Succeed in destroying context.'); console.log('Succeeded in destroying context.');
}).catch((error) => { }).catch((error) => {
console.log('Failed to destroy context: ' + JSON.stringify(error)); console.log('Failed to destroy context: ' + JSON.stringify(error));
}); });
......
...@@ -884,7 +884,7 @@ inputMethodController.off('selectByRange'); ...@@ -884,7 +884,7 @@ inputMethodController.off('selectByRange');
### on('selectByMovement')<sup>10+</sup> ### on('selectByMovement')<sup>10+</sup>
on(type: 'selectByMovement', callback: Callback&lt;Range&gt;): void on(type: 'selectByMovement', callback: Callback&lt;Movement&gt;): void
Enables listening for the selection-by-cursor-movement event. This API uses an asynchronous callback to return the result. Enables listening for the selection-by-cursor-movement event. This API uses an asynchronous callback to return the result.
...@@ -1235,8 +1235,6 @@ showOptionalInputMethods(callback: AsyncCallback&lt;boolean&gt;): void ...@@ -1235,8 +1235,6 @@ showOptionalInputMethods(callback: AsyncCallback&lt;boolean&gt;): void
Displays a dialog box for selecting an input method. This API uses an asynchronous callback to return the result. Displays a dialog box for selecting an input method. This API uses an asynchronous callback to return the result.
**Required permissions**: ohos.permission.CONNECT_IME_ABILITY (available only to system applications)
**System capability**: SystemCapability.MiscServices.InputMethodFramework **System capability**: SystemCapability.MiscServices.InputMethodFramework
**Parameters** **Parameters**
...@@ -1275,8 +1273,6 @@ showOptionalInputMethods(): Promise&lt;boolean&gt; ...@@ -1275,8 +1273,6 @@ showOptionalInputMethods(): Promise&lt;boolean&gt;
Displays a dialog box for selecting an input method. This API uses a promise to return the result. Displays a dialog box for selecting an input method. This API uses a promise to return the result.
**Required permissions**: ohos.permission.CONNECT_IME_ABILITY (available only to system applications)
**System capability**: SystemCapability.MiscServices.InputMethodFramework **System capability**: SystemCapability.MiscServices.InputMethodFramework
**Return value** **Return value**
......
...@@ -708,7 +708,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -708,7 +708,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -742,7 +742,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -742,7 +742,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -837,7 +837,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -837,7 +837,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -886,7 +886,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -886,7 +886,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -928,7 +928,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -928,7 +928,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | ------------------------------ | | -------- | ------------------------------ |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
| 12800006 | Input method controller error. | | 12800006 | Input method controller error. |
**Example** **Example**
...@@ -974,7 +974,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -974,7 +974,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | ------------------------------ | | -------- | ------------------------------ |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
| 12800006 | Input method controller error. | | 12800006 | Input method controller error. |
**Example** **Example**
...@@ -1013,7 +1013,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1013,7 +1013,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | ------------------------------ | | -------- | ------------------------------ |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
| 12800006 | Input method controller error. | | 12800006 | Input method controller error. |
**Example** **Example**
...@@ -1059,7 +1059,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1059,7 +1059,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | ------------------------------ | | -------- | ------------------------------ |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
| 12800006 | Input method controller error. | | 12800006 | Input method controller error. |
**Example** **Example**
...@@ -1099,7 +1099,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1099,7 +1099,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800002 | Input method engine error. | | 12800002 | Input method engine error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1149,7 +1149,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1149,7 +1149,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800002 | Input method engine error. | | 12800002 | Input method engine error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1192,7 +1192,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1192,7 +1192,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800002 | Input method engine error. | | 12800002 | Input method engine error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1242,7 +1242,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1242,7 +1242,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800002 | Input method engine error. | | 12800002 | Input method engine error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1281,7 +1281,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1281,7 +1281,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800002 | Input method engine error. | | 12800002 | Input method engine error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1326,7 +1326,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1326,7 +1326,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800002 | Input method engine error. | | 12800002 | Input method engine error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1366,7 +1366,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1366,7 +1366,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1401,7 +1401,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1401,7 +1401,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1435,7 +1435,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1435,7 +1435,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1479,7 +1479,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1479,7 +1479,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1517,7 +1517,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1517,7 +1517,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 401 | parameter error. | | 401 | parameter error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1562,7 +1562,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1562,7 +1562,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 401 | parameter error. | | 401 | parameter error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1600,7 +1600,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1600,7 +1600,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 401 | parameter error. | | 401 | parameter error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1620,7 +1620,7 @@ try { ...@@ -1620,7 +1620,7 @@ try {
### selectByMovement<sup>10+</sup> ### selectByMovement<sup>10+</sup>
selectByMovement(range: Range): Promise&lt;void&gt; selectByMovement(movement: Movement): Promise&lt;void&gt;
Selects text based on the specified range. This API uses a promise to return the result. Selects text based on the specified range. This API uses a promise to return the result.
...@@ -1645,7 +1645,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1645,7 +1645,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | -------------------------- | | -------- | -------------------------- |
| 401 | parameter error. | | 401 | parameter error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
**Example** **Example**
...@@ -1682,7 +1682,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1682,7 +1682,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | ------------------------------ | | -------- | ------------------------------ |
| 401 | parameter error. | | 401 | parameter error. |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
| 12800006 | Input method controller error. | | 12800006 | Input method controller error. |
**Example** **Example**
...@@ -1717,7 +1717,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e ...@@ -1717,7 +1717,7 @@ For details about the error codes, see [Input Method Framework Error Codes](../e
| Error Code ID| Error Message | | Error Code ID| Error Message |
| -------- | ------------------------------ | | -------- | ------------------------------ |
| 12800003 | Input method client error. | | 12800003 | input method client error. |
| 12800006 | Input method controller error. | | 12800006 | Input method controller error. |
**Example** **Example**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册