<pgSz>
(Page Size)
This element specifies the properties (size and orientation) for all pages in the current section.\
<w:pgSz w:w="11907" w:h="16839" />
This output states that all pages in this section shall be 11907
twentieths of a point wide (11907 twentieths of a point = 8.269") and 16839
twentieths of a point high (16939 twentieths of a point = 11.694"). ]
Attributes |
Description |
---|---|
|
Specifies a printer-specific paper code for the paper type, which shall be used by the printer for pages in this section. This code is stored to ensure the proper paper type is chosen if the specified paper size matches the sizes of multiple paper types supported by the current printer. <w:pgSz … w:code="240" /> The This value is not interpreted or modified other than storing it as specified by the printer. ] The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
|
Specifies the height (in twentieths of a point) for all pages in the current section. <w:pgSz w:w="15840" w:h="12240" /> All pages in this section are displayed on a page that is The possible values for this attribute are defined by the ST_TwipsMeasure simple type (§2.18.105). |
|
Specifies the orientation of all pages in this section. This information is used to determine the actual paper size to use on the printer. This implies that the actual paper size width and height are reversed for pages in this section. If this attribute is omitted, then <w:pgSz w:w="15840" w:h="12240" w:orient="landscape" /> Although the page width is 11", and page height is 8.5", according to the The possible values for this attribute are defined by the ST_PageOrientation simple type (§2.18.71). |
|
This attribute indicates the width (in twentieths of a point) for all pages in the current section. <w:pgSz w:w="15840" w:h="12240" /> All pages in this section are displayed on a page that is The possible values for this attribute are defined by the ST_TwipsMeasure simple type (§2.18.105). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PageSz">
<attribute name="w" type="ST_TwipsMeasure" use="optional"/>
<attribute name="h" type="ST_TwipsMeasure" use="optional"/>
<attribute name="orient" type="ST_PageOrientation" use="optional"/>
<attribute name="code" type="ST_DecimalNumber"/>
</complexType>