修复font属性
This commit is contained in:
@@ -67,7 +67,7 @@ Begin
|
||||
hash2 := hash;
|
||||
for k, v in hash do
|
||||
hash2[v] := k;
|
||||
hash2[nil] := TSDocxEnumerations.wdColorAutomatic();
|
||||
if ifnil(hash2[nil]) then hash2[nil] := TSDocxEnumerations.wdColorAutomatic();
|
||||
|
||||
return hash2;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ Begin
|
||||
hash2 := hash;
|
||||
for k, v in hash do
|
||||
hash2[v] := k;
|
||||
hash2[nil] := TSDocxEnumerations.wdAuto();
|
||||
if ifnil(hash[nil]) then hash2[nil] := TSDocxEnumerations.wdAuto();
|
||||
|
||||
return hash2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user