DocumentSeparatorSheet
Bu konu güncel değil. En güncel bilgiler için bkz. Yazdırma Şeması Belirtimi.
Belge için ayırıcı sayfa kullanımını açıklar. Ayırıcı sayfalar, aşağıda belirtilen Seçenek tarafından gösterildiği gibi çıkışta görünmelidir.
- Öğe Bilgileri
- yapısal içerik
- Genişletilebilir Biçimlendirme Dili (XML) İçeriği
Öğe Bilgileri
Ad | Değer |
---|---|
Öğe Türü |
Özellik |
Kapsam Belirleme Ön Eki |
Belge |
Notlar |
Hiç kimse |
Yapısal İçerik
Bu öğenin XML yapısı:
<psf:Feature name="psk:DocumentSeparatorSheet">
<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:Option>
</psf:Feature>
Yapı Değişkenleri
Aşağıdaki tabloda XML yapısında tanımlanan değişkenlerin özellikleri özetlenmiştir.
Genişletilebilir Biçimlendirme Dili (XML) İçeriği
Genel Yazdırma Şeması anahtar sözcükleri https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords
ad alanında tanımlanır. Bu anahtar sözcüğün genel Genişletilebilir Biçimlendirme Dili (XML) içeriği aşağıda tanımlanmıştır:
<psf:Feature name="psk:DocumentSeparatorSheet">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<!-- Specifies a separator sheet at the start and end of the document. -->
<psf:Option name="psk:BothSheets" />
<!-- Specifies a separator sheet at the end of the document. -->
<psf:Option name="psk:EndSheet" />
<!-- Specifies no separator sheet(s). -->
<psf:Option name="psk:None" />
<!-- Specifies a separator sheet at the start of the document. -->
<psf:Option name="psk:StartSheet" />
</psf:Feature>