修复font.color报错问题
This commit is contained in:
@@ -225,9 +225,9 @@ Begin
|
||||
End;
|
||||
Function TSDocxFont.ReadColor();virtual;
|
||||
Begin
|
||||
v := pr.Value("Color");
|
||||
v := pr_.Value("Color");
|
||||
value := color_index_[v];
|
||||
if ifnil(value) then return color_[v];
|
||||
return ifnil(value) ? color_[v] : value;
|
||||
End;
|
||||
|
||||
Function TSDocxFont.WriteColorIndex(value);virtual;
|
||||
|
||||
Reference in New Issue
Block a user