Only NOTE files have title data; DOC files do not.
| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE file path |
pageList | number[] | Page index list (starts from 0) |
APIResponse<Title[]>:resultis the title data array. SeeTitle.
Get titles from a NOTE file.
| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE file path |
pageList | number[] | Page index list (starts from 0) |
APIResponse<Title[]>:
result is the title data array. See Title.