1. 修复tables.add位置错误

2. 修复insertbreak行为
3. 修复帮助文档错误
This commit is contained in:
csh
2024-02-26 14:04:52 +08:00
parent dbebc2805c
commit 1f7d5f403b
7 changed files with 14 additions and 57 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ End;
Function TSWdRange.Refresh();
Begin
if target_node_ then self.FindRangeByNode(target_node_);
self.Init();
End;
Function TSWdRange.Size();