1. 重构部分表格代码

2. 支持表格的边框样式`single`和`dashed`
3. 遇到不支持的项目符号采用数字代替
This commit is contained in:
csh
2024-11-13 16:38:43 +08:00
parent da65b2b6c3
commit 003268fd40
5 changed files with 363 additions and 232 deletions
+2
View File
@@ -65,6 +65,8 @@ begin
return format("%d", num);
else if num_fmt = "chineseCountingThousand" then
return {self.}ChineseCountingThousand(num);
else
return format("%d", num);
end;
function TSNumberingWare.ChineseCountingThousand(n: integer): string;