v1.6.7-patch1
This commit is contained in:
parent
72554969bb
commit
893a3a928b
|
|
@ -184,7 +184,7 @@ Type TOffice = Class
|
|||
///图片段落:1
|
||||
///表格:2
|
||||
///其他:-1
|
||||
class Function GetDocxPartType(part);
|
||||
Function GetDocxPartType(part);
|
||||
Begin
|
||||
if not ifObj(part) then return -1;
|
||||
case part.name_ of
|
||||
|
|
|
|||
Loading…
Reference in New Issue