🎨 style(markdown): format all markdown files with prettier
- 使用 prettier 格式化所有 markdown 文件 - prose-wrap: always, print-width: 80 - 保持代码块和表格格式 - 提升可读性和一致性 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1442,7 +1442,8 @@ msoLanguageIDEnglishTrinidad</td><td>
|
||||
|
||||
###### TOfficeObj
|
||||
|
||||
用于创建与office(excel、word)相关的对象的函数,使用方式:style := TOfficeObj('TStyle')。
|
||||
用于创建与office(excel、word)相关的对象的函数,使用方式:style :=
|
||||
TOfficeObj('TStyle')。
|
||||
|
||||
可用此方法创建的对象及使用方法如下:
|
||||
|
||||
@@ -3908,7 +3909,8 @@ return array(ret1,ret2);
|
||||
|
||||
//指定的数据源与charsheet图表:
|
||||
|
||||
具体应用案例可参考:http://www.tinysoft.com.cn/tsdn/helpdoc/display.tsl?id=17429参考xlColumns xlRows
|
||||
具体应用案例可参考:http://www.tinysoft.com.cn/tsdn/helpdoc/display.tsl?id=17429参考xlColumns
|
||||
xlRows
|
||||
|
||||
##### Excel相关常量函数
|
||||
|
||||
@@ -10787,4 +10789,3 @@ pic:=KLine(5,10,20,60);//生成天软图形
|
||||
|
||||
rdo2 WriteFile(rwRaw(),"","d:\\test.bmp",0,length(a),a);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user