feat(tsl-api-reference): index class and unit APIs

Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
csh
2026-07-29 15:47:46 +08:00
parent 9edc8fc868
commit 13be5ea0aa
239 changed files with 39157 additions and 12846 deletions
@@ -2,6 +2,8 @@
## `getSysStoreChart(index)`
声明:function
获得WORDTSL所需的CHART
| 参数 | 类型 | 说明 |
@@ -12,12 +14,16 @@
## `getSysStoreData()`
声明:function
结果分析用的数据
返回:any
## `getSysStoreDataEx(index, store_type)`
声明:function
获得WORDTSL所需的数据
| 参数 | 类型 | 说明 |
@@ -29,6 +35,8 @@
## `getSysStoreGraph(index)`
声明:function
获得WORDTSL所需的graph
| 参数 | 类型 | 说明 |
@@ -39,6 +47,8 @@
## `getSysStoreTable(index)`
声明:function
获得WORDTSL所需的CHART
| 参数 | 类型 | 说明 |
@@ -49,6 +59,8 @@
## `getSysStoreText(index)`
声明:function
取WORDTSL所需的文本
| 参数 | 类型 | 说明 |
@@ -59,6 +71,8 @@
## `setResult(data, index, setdata, store_type)`
声明:function
通过赋值改变数组某个元素的值
| 参数 | 类型 | 说明 |
@@ -72,6 +86,8 @@
## `setResultChart(data, index, chart)`
声明:function
设置WORDTSL所需的CHART
| 参数 | 类型 | 说明 |
@@ -84,6 +100,8 @@
## `setResultGraph(data, index, graph)`
声明:function
设置WORDTSL所需的Graph
| 参数 | 类型 | 说明 |
@@ -96,6 +114,8 @@
## `setResultTable(index, table)`
声明:function
设置WORDTSL所需的表格
| 参数 | 类型 | 说明 |
@@ -107,6 +127,8 @@
## `setResultText(data, index, text)`
声明:function
设置WORDTSL所需的TEXT
| 参数 | 类型 | 说明 |
@@ -119,6 +141,8 @@
## `setSysStoreData(data)`
声明:function
设置结果分析的数据
| 参数 | 类型 | 说明 |
@@ -129,30 +153,40 @@
## `s_wordcharts()`
声明:function
获得'charts'这个字段
返回:string
## `s_wordgraphs()`
声明:function
获得'graphs'这个字段
返回:string
## `s_wordtables()`
声明:function
获得'tables'这个字段
返回:string
## `s_wordTexts()`
声明:function
获得'texts'这个字段
返回:string
## `wordWriteSysChart(index, charttype, title, subtitle)`
声明:function
在WORD内写CHART
| 参数 | 类型 | 说明 |
@@ -166,12 +200,16 @@
## `wordWriteSysChartEx()`
声明:function
在WORD内写CHART
返回:CHART
## `wordWriteSysChartRotate(index, charttype, title, subtitle)`
声明:function
在WORD内写CHART(旋转)
| 参数 | 类型 | 说明 |
@@ -185,18 +223,24 @@
## `wordWriteSysChartRotateEx()`
声明:function
在WORD内写CHART(旋转)
返回:chart
## `wordWriteSysGraph()`
声明:function
在WORD内写CHART WordWriteSysGraph(index,title,auxtitle,width,height,bgcolor,fgcolor,fontname,fontsize, fontcolor,coordinatetype);
返回:any
## `wordWriteSysTable(index)`
声明:function
在WORD内写表格
| 参数 | 类型 | 说明 |
@@ -207,12 +251,16 @@
## `wordWriteSysTableEx()`
声明:function
在WORD内写表格
返回:ecxel
## `wordWriteSysTableRotate(index)`
声明:function
在WORD内写表格(旋转)
| 参数 | 类型 | 说明 |
@@ -223,12 +271,16 @@
## `wordWriteSysTableRotateEx()`
声明:function
在WORD内写表格(旋转)
返回:ecxel
## `wordWriteSysText(index)`
声明:function
在WORD内写文本
| 参数 | 类型 | 说明 |