提交 885f07ac 编写于 作者: L laiguizhong

fix indent problem

Change-Id: Ie7ef7ad2f4a6fe70a358de6f943fb6d23aa65547
Signed-off-by: Nlaiguizhong <laiguizhong@huawei.com>
上级 0c8edccc
......@@ -151,7 +151,7 @@ import accessibility from '@ohos.accessibility';
### 方法
下列 API 示例中都需要使用 [accessibility.CaptionsManager()](#accessibilitygetcaptionsmanager8) 获取 captionsManager 实例,再通过此实例调用对应的方法。
下列 API 示例中都需要使用 [accessibility.getCaptionsManager()](#accessibilitygetcaptionsmanager8) 获取 captionsManager 实例,再通过此实例调用对应的方法。
#### on('enableChange')
......@@ -257,7 +257,7 @@ off(type: 'styleChange', callback?: Callback&lt;CaptionsStyle&gt;): void;
| componentType | string | 是 | 是 | 事件源组件类型,如按钮、图表。 |
| pageId | number | 是 | 是 | 事件源的页面 ID。 |
| description | string | 是 | 是 | 事件描述。 |
| triggerAction | [Action](#Action) | 是 | 是 | 触发事件的 Action。 |
| triggerAction | [Action](#action) | 是 | 是 | 触发事件的 Action。 |
| textMoveUnit | [TextMoveUnit](#textmoveunit) | 是 | 是 | 文本移动粒度。 |
| contents | Array&lt;string&gt; | 是 | 是 | 内容列表。 |
| lastContent | string | 是 | 是 | 最新内容。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册