Methods
(async) WDocxSplit(fpIn, strSep, fdOut, optopt) → {Promise}
- Description:
依照指定字串分割Docx檔
- Source:
Example
Parameters:
| Name | Type | Attributes | Default | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fpIn |
String | 輸入來源Html檔位置字串 |
||||||||||||
strSep |
String | 輸入內文會提供之分割字串 |
||||||||||||
fdOut |
String | 輸入轉出Docx檔位置字串 |
||||||||||||
opt |
Object |
<optional> |
{}
|
輸入設定物件,預設{} Properties
|
Returns:
回傳Promise,resolve回傳成功訊息,reject回傳錯誤訊息
- Type
- Promise