<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.

example:
<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. ]

Parent Elements

<sectPr>2.6.17); <sectPr>2.6.18); <sectPr>2.6.19)

Attributes

Description

<first> (First Page Printer Tray Code)

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 @first value of 1 (the default) is specifically used to indicate that the printer shall automatically select the appropriate printer tray based on the printed page size.

<w:paperSrc w:first="1" w:other="1" />

The @first attribute on the <paperSrc> element specifies that the printer shall automatically select the appropriate printer tray based on the printed page size when printing the first page in this section. ]

The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16).

<other> (Non-First Page Printer Tray Code)

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 1 (the default) is specifically used to indicate that the printer shall automatically select the appropriate printer tray based on the printed page size.

<w:paperSrc w:first="1" w:other="1" />

The @other attribute on the <paperSrc> element specifies that the printer shall automatically select the appropriate printer tray based on the printed page size when printing all pages after the first in this section. ]

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>