v1.4.0-patch2

This commit is contained in:
csh 2023-08-10 17:15:56 +08:00
parent 522142b712
commit 7a8fab7775
1 changed files with 2 additions and 2 deletions

View File

@ -7950,7 +7950,7 @@ type TPage=class(NodeInfo)
Function GetChildren(); override;
Begin
HandleChildren();
return array(("field":"Weight","name":"w:w","obj":Weight,"attrEx":"","nodeType":"","attrName":"", "desc":"此属性表示当前节中所有页面的宽度(以二十分之一为单位).", "class":"")
return array(("field":"Width","name":"w:w","obj":Width,"attrEx":"","nodeType":"","attrName":"", "desc":"此属性表示当前节中所有页面的宽度(以二十分之一为单位).", "class":"")
,("field":"Orient ","name":"w:orient ","obj":Orient ,"attrEx":"","nodeType":"","attrName":"", "desc":"指定此节中所有页面的方向.", "class":"")
) union ExtNodes;
End;
@ -7960,7 +7960,7 @@ type TPage=class(NodeInfo)
Height;
//Nodes
Weight;
Width;
Orient ;
End;