<paperSrc>
(Paper Source Information)
This element specifies printer-specific settings for the printer tray(s) that shall be used to print different pages in this section in the document.
<w:paperSrc w:first="1" w:other="1" />
The attributes on the <paperSrc>
element specify the printer codes for the trays to be used when printing this section. ]
Attributes |
Description |
---|---|
|
Specifies a printer-specific code that uniquely identifies a specific printer tray to be used to print the first page of this section in the document. A <w:paperSrc w:first="1" w:other="1" /> The The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
|
Specifies a printer-specific code that uniquely identifies a specific printer tray to be used to print the each subsequent (non-first) page of this section in the document. An value of <w:paperSrc w:first="1" w:other="1" /> The The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PaperSource">
<attribute name="first" type="ST_DecimalNumber"/>
<attribute name="other" type="ST_DecimalNumber"/>
</complexType>