v1.4.4-patch2
This commit is contained in:
@@ -13009,7 +13009,7 @@ Type TDocumentBody = Class(DocObject)
|
||||
if not ifObj(node) then
|
||||
return false;
|
||||
reset_position := false;
|
||||
if node = TOfficeApi().GetCurrentPosition() then
|
||||
if node.Eq(TOfficeApi().GetCurrentPosition()) then
|
||||
reset_position := true;
|
||||
next := node.NextElement('w:p');
|
||||
node_.DeleteChild(node);
|
||||
|
||||
@@ -60,7 +60,8 @@ Type TDocxStyles = Class
|
||||
///返回:TDocxStyle对象
|
||||
Function GetStyleById(id);
|
||||
Begin
|
||||
return idMap_[ id ];
|
||||
newid := ifnumber(id) ? tostring(id) : id;
|
||||
return idMap_[ newid ];
|
||||
End;
|
||||
|
||||
//返回全部LatentStyles对象列表
|
||||
|
||||
Reference in New Issue
Block a user