このトピックは最新ではありません。 最新の情報については、「印刷スキーマ仕様」を参照してください。
出力のホチキス止め特性について説明します。 各ドキュメントは個別にホチキス止めされます。 JobStapleAllDocuments キーワードと DocumentStaple キーワードは相互に排他的です。 これらのキーワード間の制約処理を決定するのはドライバーの判断です。
要素情報
名前 | 価値 |
---|---|
要素の種類 |
特徴 |
スコープ プレフィックス |
文書 |
筆記 |
上、下、左、および右は PageImageableSize を基準にしています。 |
構造コンテンツ
この要素の XML 構造は次のとおりです。
<psf:Feature name="psk:DocumentStaple">
<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:Angle" >
<psf:Value xsi:type="xs:integer">_AngleValue_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_SheetCapacityValue_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>
構造体変数
次の表は、XML 構造体で定義されている変数の特性の概要を示しています。
名前 | データ型 | 単位 | サポートされている値 | 概要 |
---|---|---|---|---|
_OptionName_ |
糸 |
文字 |
XML の名前空間で定義されている有効な完全修飾名。 名前空間が指定されていない場合、既定の名前空間が想定されます。 |
オプションの名前。 |
_IdentityOptionValue_ |
糸 |
n/a |
True、False。 |
選択した場合にこの機能を無効にするオプションを定義します。 |
_AngleValue_ |
整数 |
度 |
0 より大きい。 |
PageImageableSize の X 方向を基準にして、ステープル角度を指定します。 ステープル角度は、反時計回りの方向に測定されます。 |
_SheetCapacityValue_ |
整数 |
メディアのシート |
0 より大きい。 |
現在選択されている MediaType のステープル オプションでサポートされているシート数を指定します。 |
拡張マークアップ言語 (XML) コンテンツ
パブリック印刷スキーマ キーワードは、https://schemas.microsoft.com/windows/2003/08/printing/printschemakeywords
名前空間で定義されます。 このキーワードのパブリック拡張マークアップ言語 (XML) コンテンツを以下に定義します。
<psf:Feature name="psk:DocumentStaple">
<psf:Property name="psf:SelectionType">
<psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
</psf:Property>
<!-- Specifies saddle stitch stapling -->
<psf:Option name="psk:SaddleStitch">
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies a single staple in the bottom, left corner. -->
<psf:Option name="psk:StapleBottomLeft">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies a single staple in the bottom, right corner. -->
<psf:Option name="psk:StapleBottomRight">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies two staples along the left edge. -->
<psf:Option name="psk:StapleDualLeft">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies two staples along the right edge. -->
<psf:Option name="psk:StapleDualRight">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies two staples along the top edge. -->
<psf:Option name="psk:StapleDualTop">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies no stapling. -->
<psf:Option name="psk:None" />
<!-- Specifies a single staple in the top, left corner. -->
<psf:Option name="psk:StapleTopLeft">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies a single staple in the top, right corner. -->
<psf:Option name="psk:StapleTopRight">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
<!-- Specifies two staples along the bottom edge. -->
<psf:Option name="psk:StapleDualBottom">
<psf:ScoredProperty name="psk:Angle">
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
<psf:ScoredProperty name="psk:SheetCapacity" >
<psf:Value xsi:type="xs:integer">_Undefined_</psf:Value>
</psf:ScoredProperty>
</psf:Option>
</psf:Feature>