📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index. Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 文档处理 / WordTSL
|
||||
|
||||
### `getSysStoreChart(index)`
|
||||
## `getSysStoreChart(index)`
|
||||
|
||||
获得WORDTSL所需的CHART
|
||||
|
||||
@@ -10,13 +10,13 @@
|
||||
|
||||
返回:CHART
|
||||
|
||||
### `getSysStoreData()`
|
||||
## `getSysStoreData()`
|
||||
|
||||
结果分析用的数据
|
||||
|
||||
返回:any
|
||||
|
||||
### `getSysStoreDataEx(index, store_type)`
|
||||
## `getSysStoreDataEx(index, store_type)`
|
||||
|
||||
获得WORDTSL所需的数据
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `getSysStoreGraph(index)`
|
||||
## `getSysStoreGraph(index)`
|
||||
|
||||
获得WORDTSL所需的graph
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
返回:graph
|
||||
|
||||
### `getSysStoreTable(index)`
|
||||
## `getSysStoreTable(index)`
|
||||
|
||||
获得WORDTSL所需的CHART
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `getSysStoreText(index)`
|
||||
## `getSysStoreText(index)`
|
||||
|
||||
取WORDTSL所需的文本
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `setResult(data, index, setdata, store_type)`
|
||||
## `setResult(data, index, setdata, store_type)`
|
||||
|
||||
通过赋值改变数组某个元素的值
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `setResultChart(data, index, chart)`
|
||||
## `setResultChart(data, index, chart)`
|
||||
|
||||
设置WORDTSL所需的CHART
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `setResultGraph(data, index, graph)`
|
||||
## `setResultGraph(data, index, graph)`
|
||||
|
||||
设置WORDTSL所需的Graph
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `setResultTable(index, table)`
|
||||
## `setResultTable(index, table)`
|
||||
|
||||
设置WORDTSL所需的表格
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `setResultText(data, index, text)`
|
||||
## `setResultText(data, index, text)`
|
||||
|
||||
设置WORDTSL所需的TEXT
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `setSysStoreData(data)`
|
||||
## `setSysStoreData(data)`
|
||||
|
||||
设置结果分析的数据
|
||||
|
||||
@@ -127,31 +127,31 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `sWordcharts()`
|
||||
## `s_wordcharts()`
|
||||
|
||||
获得'charts'这个字段
|
||||
|
||||
返回:string
|
||||
|
||||
### `sWordgraphs()`
|
||||
## `s_wordgraphs()`
|
||||
|
||||
获得'graphs'这个字段
|
||||
|
||||
返回:string
|
||||
|
||||
### `sWordtables()`
|
||||
## `s_wordtables()`
|
||||
|
||||
获得'tables'这个字段
|
||||
|
||||
返回:string
|
||||
|
||||
### `sWordTexts()`
|
||||
## `s_wordTexts()`
|
||||
|
||||
获得'texts'这个字段
|
||||
|
||||
返回:string
|
||||
|
||||
### `wordWriteSysChart(index, charttype, title, subtitle)`
|
||||
## `wordWriteSysChart(index, charttype, title, subtitle)`
|
||||
|
||||
在WORD内写CHART
|
||||
|
||||
@@ -164,13 +164,13 @@
|
||||
|
||||
返回:Chart
|
||||
|
||||
### `wordWriteSysChartEx()`
|
||||
## `wordWriteSysChartEx()`
|
||||
|
||||
在WORD内写CHART
|
||||
|
||||
返回:CHART
|
||||
|
||||
### `wordWriteSysChartRotate(index, charttype, title, subtitle)`
|
||||
## `wordWriteSysChartRotate(index, charttype, title, subtitle)`
|
||||
|
||||
在WORD内写CHART(旋转)
|
||||
|
||||
@@ -183,19 +183,19 @@
|
||||
|
||||
返回:Chart
|
||||
|
||||
### `wordWriteSysChartRotateEx()`
|
||||
## `wordWriteSysChartRotateEx()`
|
||||
|
||||
在WORD内写CHART(旋转)
|
||||
|
||||
返回:chart
|
||||
|
||||
### `wordWriteSysGraph()`
|
||||
## `wordWriteSysGraph()`
|
||||
|
||||
在WORD内写CHART; WordWriteSysGraph(index,title,auxtitle,width,height,bgcolor,fgcolor,fontname,fontsize, fontcolor,coordinatetype);
|
||||
|
||||
返回:any
|
||||
|
||||
### `wordWriteSysTable(index)`
|
||||
## `wordWriteSysTable(index)`
|
||||
|
||||
在WORD内写表格
|
||||
|
||||
@@ -205,13 +205,13 @@
|
||||
|
||||
返回:excel
|
||||
|
||||
### `wordWriteSysTableEx()`
|
||||
## `wordWriteSysTableEx()`
|
||||
|
||||
在WORD内写表格
|
||||
|
||||
返回:ecxel
|
||||
|
||||
### `wordWriteSysTableRotate(index)`
|
||||
## `wordWriteSysTableRotate(index)`
|
||||
|
||||
在WORD内写表格(旋转)
|
||||
|
||||
@@ -221,13 +221,13 @@
|
||||
|
||||
返回:excel
|
||||
|
||||
### `wordWriteSysTableRotateEx()`
|
||||
## `wordWriteSysTableRotateEx()`
|
||||
|
||||
在WORD内写表格(旋转)
|
||||
|
||||
返回:ecxel
|
||||
|
||||
### `wordWriteSysText(index)`
|
||||
## `wordWriteSysText(index)`
|
||||
|
||||
在WORD内写文本
|
||||
|
||||
|
||||
Reference in New Issue
Block a user