PageMediaColor
Dieses Thema ist nicht aktuell. Die aktuellen Informationen finden Sie unter Print Schema Specification (Spezifikation des Druckschemas).
Beschreibt die Medienfarboptionen und die Merkmale der einzelnen Optionen.
Elementinformationen
| Name | Wert |
|---|---|
| Elementtyp |
Funktion |
| Bereichspräfix |
Seite |
| Hinweise |
Keine |
Strukturelle Inhalte
Die XML-Struktur dieses Elements ist:
<psf:Feature name="psk:PageMediaColor">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<psf:Option name="psk:_OptionName_">
<psf:Property name="psf:IdentityOption">
<psf:Value xsi:type="xs:string">_IdentityOptionValue_</psf:Value>
</psf:Property>
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">_MediaColorsRGBValue_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>
Strukturvariablen
In der folgenden Tabelle werden die Merkmale der Variablen beschrieben, die in der XML-Struktur definiert sind.
| Name | Datentyp | Einheit | Unterstützte Werte | Zusammenfassung |
|---|---|---|---|---|
| _Optionname_ |
Zeichenfolge |
Buchstaben |
Gültiger vollqualifizierter Name, wie durch Namespaces in XML definiert. Wenn kein Namespace angegeben wird, wird der Standardnamespace angenommen. |
Der Name der Option. |
| _IdentityOptionValue_ |
Zeichenfolge |
– |
TRUE, FALSE |
Definiert eine Option, durch die diese Funktion deaktiviert wird, wenn sie ausgewählt wird. |
| _MediaColorsRGBValue_ |
Zeichenfolge |
sRGB-Farbe |
#AARRGGBB, wobei A, R, G, B Hexadezimalziffern darstellen. |
Definiert die sRGB-Farbe für das physische Medienblatt. |
Extensible Markup Language (XML)-Inhalt
Die Schlüsselwörter des öffentlichen Druckschemas werden im -Namespace https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords definiert. Der öffentliche Extensible Markup Language (XML) für dieses Schlüsselwort ist unten definiert:
<psf:Feature name="psk:PageMediaColor">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<psf:Option name="psk:Black">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FF000000</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Blue">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FF0000FF</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Brown">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFA52A2A</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Gold">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFFFD700</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:GoldenRod">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFDAA520</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Gray">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FF808080</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Green">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FF008000</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Ivory">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFFFFFF0</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:NoColor">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Orange">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFFFA500</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Pink">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFFFC0CB</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Red">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFFF0000</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Silver">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFC0C0C0</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Turquoise">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FF40E0D0</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Violet">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFEE82EE</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:White">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFFFFFFF</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<psf:Option name="psk:Yellow">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">#FFFFFF00</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies a custom page color. -->
<psf:Option name="psk:Custom">
<psf:ScoredProperty name="psk:MediaColorsRGB">
<psf:Value xsi:type="xs:string">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>