📝 docs(tsl): complete and lint codegen reference
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# 文档处理 / Word模板控制函数
|
||||
|
||||
### `wordGetCurrentRange()`
|
||||
## `wordGetCurrentRange()`
|
||||
|
||||
获得当前Word模板函数处理到的位置对象。
|
||||
|
||||
返回:ComObj
|
||||
|
||||
### `wordLastTableMerge(row1, column1, row2, column2)`
|
||||
## `wordLastTableMerge(row1, column1, row2, column2)`
|
||||
|
||||
最后插入表格的Row1行Column1列到Row2行Column2列指定的单元格进行合并。 释疑:最后插入的表格是指用函数WordWriteTable插入的表格。
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
返回:bool
|
||||
|
||||
### `wordLastTableSplit(row, column, r_cnt, c_cnt)`
|
||||
## `wordLastTableSplit(row, column, r_cnt, c_cnt)`
|
||||
|
||||
最后插入表格的Row行Column列指定单元格分割成为RCnt行CCnt列。 释疑:最后插入的表格是指用函数WordWriteTable插入的表格。
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
返回:bool
|
||||
|
||||
### `wordWriteChart(chart_type, title, axis_title, chart)`
|
||||
## `wordWriteChart(chart_type, title, axis_title, chart)`
|
||||
|
||||
在Word中输出CHART图。
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
返回:bool
|
||||
|
||||
### `wordWriteGraph(graph, title, aux_title, width, height, bk_color, fg_color, font_name, font_size, font_color, coordinate_type, line_width, pic_type)`
|
||||
## `wordWriteGraph(graph, title, aux_title, width, height, bk_color, fg_color, font_name, font_size, font_color, coordinate_type, line_width, pic_type)`
|
||||
|
||||
在Word中输出技术分析图,技术图形的输出效果与客户端显示的技术图形相同。除了Graph参数必需以外,其他参数可省略。
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
返回:bool
|
||||
|
||||
### `wordWritePicFromFile(file_name)`
|
||||
## `wordWritePicFromFile(file_name)`
|
||||
|
||||
在Word中插入图形文件。返回真表示成功。
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
|
||||
返回:bool
|
||||
|
||||
### `wordWriteSampleChart(chart_type)`
|
||||
## `wordWriteSampleChart(chart_type)`
|
||||
|
||||
在Word中输出指定类型的CHART范例图。
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
|
||||
返回:bool
|
||||
|
||||
### `wordWriteTable(table, write_int_index, write_int_title, inc_int_index)`
|
||||
## `wordWriteTable(table, write_int_index, write_int_title, inc_int_index)`
|
||||
|
||||
在Word中输出表格。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user