PrinterSettingsReference Class
Reference to Printer Settings Data.When the object is serialized out as xml, its qualified name is w:printerSettings.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.RelationshipType
DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Class PrinterSettingsReference _
Inherits RelationshipType
用法
Dim instance As PrinterSettingsReference
public class PrinterSettingsReference : RelationshipType
Remarks
[ISO/IEC 29500-1 第 1 个版本]
17.6.14 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.
[Example: Consider a producer which needed to store additional printer settings for each section. A document from such a producer would have the following section properties:
<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. end example]
Parent Elements |
---|
sectPr (§17.6.17); sectPr (§17.6.18); sectPr (§17.6.19) |
Attributes |
Description |
---|---|
id (Relationship to Part) Namespace: .../officeDocument/2006/relationships |
Specifies the relationship ID to a specified part. The specified relationship shall match the relationship type required by the parent element:
[Example: Consider an XML element which has the following id attribute:
The markup specifies the associated relationship part with relationship ID rId1 contains the corresponding relationship information for the parent XML element. end example] The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
[Note: The W3C XML Schema definition of this element's content model (CT_Rel) is located in §A.1. end note]
© ISO/IEC29500: 2008. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.