DocumentSeparatorSheet

本主題不是最新的。 如需最新的資訊,請參閱 列印架構規格

描述檔的分隔符工作表使用方式。 分隔符工作表應該會出現在輸出中,如下面指定的 Option 所指示。

元素資訊

名字 價值
項目類型
特徵
範圍前置詞
公文
筆記
沒有

結構內容

這個專案的 XML 結構為:

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

結構變數

下表概述 XML 結構中定義的變數特性。

名字 數據類型 單位 支援的值 總結
_OptionName_
字串
字元
XML 命名空間所定義的有效完整名稱。 如果未指定任何命名空間,則會假設預設命名空間。
選項的名稱。
_IdentityOptionValue_
字串
n/a
True、False。
定義選項,當選取此選項會停用此功能時。

可延伸標記語言 (XML) 內容

公用列印架構關鍵詞定義於 https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords 命名空間中。 此關鍵詞的公用 Extensible Markup Language (XML) 內容定義如下:

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

列印架構規格