1. 修复文档的生成
2. 修复InlineShapes.Count
This commit is contained in:
@@ -441,7 +441,8 @@ Begin
|
||||
if result[0][4] then rw["w"] := 1;
|
||||
properties[result[0][1]] := rw;
|
||||
end
|
||||
if AnsiContainsText(line, "End;") then break;
|
||||
if StartsText("End;", line) then break;
|
||||
// if AnsiContainsText(line, "End;") then break;
|
||||
end
|
||||
for j:=i to length(lines)-1 do
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user