<printerSettings>
(Reference to Printer Settings Data)
This element specifies an explicit relationship to a Printer Settings part containing information about the printer settings used for this section.
If this element is omitted, than no additional settings are associated with this section.
<w:sectPr> ... <w:printerSettings r:id="rId10" /> </w:sectPr>
The resulting Main Document part would a relationship to the appropriate Printer Settings part with a relationship ID of rId10
. ]
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID to a specified part. The specified relationship shall match the type required by the parent element:
<… r:id="rId10" /> The markup specifies the associated relationship part with relationship ID The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Rel">
<attribute ref="r:id" use="required"/>
</complexType>