v1.4.0-patch2
This commit is contained in:
parent
522142b712
commit
7a8fab7775
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue