docs: add word tool
This commit is contained in:
@@ -597,4 +597,12 @@ instance.command.executeSetLocale(locale: string)
|
|||||||
用法:
|
用法:
|
||||||
```javascript
|
```javascript
|
||||||
instance.command.executeLocationCatalog(titleId: string)
|
instance.command.executeLocationCatalog(titleId: string)
|
||||||
|
```
|
||||||
|
|
||||||
|
## executeWordTool
|
||||||
|
功能:文字工具(删除空行、行首空格)
|
||||||
|
|
||||||
|
用法:
|
||||||
|
```javascript
|
||||||
|
instance.command.executeWordTool()
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user