<document>
Description
Specifies the Document window's initial position and size.
Attributes
rect, maximize
rectspecifies the position and size of the Document window. The string is in the form "left top right bottom" specified as integers. If themaximizevalue istrue, therectvalue is ignored.maximizeis a Boolean value:trueif the Document window should be maximized on startup;falseotherwise. The default value istrue.
Contents
None.
Container
This tag must be contained in a panelset tag.
Example
<panelset> <document rect="100 257 1043 1200" maximize="false"> </document></panelset>