PageOrientation

このトピックは最新ではありません。 最新の情報については、「印刷スキーマ仕様」を参照してください。

物理メディア シートの向きについて説明します。

オプション 定義
景色
ページ 90 でコンテンツが回転しますか?標準 (縦) の向きを基準にした CCW 度。
肖像
標準の向き。
ReverseLandscape
コンテンツは 270 ページでローテーションされますか?標準 (縦) の向きを基準にした CCW 度。
ReversePortrait
コンテンツはページ 180 で回転しますか?標準 (縦) の向きを基準にした度数。

要素情報

名前 価値
要素の種類
特徴
スコープ プレフィックス
ページ
筆記
プリンター デバイスが 1 つの横向きのみをサポートでき、この方向を "横反転" と呼ぶ場合、ページの向きは "横向き" と見なされます。

構造コンテンツ

この要素の XML 構造は次のとおりです。

<psf:Feature name="psk:PageOrientation">
  <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 名前空間で定義されます。 このキーワードのパブリック拡張マークアップ言語 (XML) コンテンツを以下に定義します。

<psf:Feature name="psk:PageOrientation">
  <psf:Property name="psf:SelectionType">
    <psf:Value xsi:type="xs:string">psk:PickOne</psf:Value>
  </psf:Property>
  <!-- Content is rotated on the page 90??degrees CCW relative to standard (portrait) orientation.??-->
  <psf:Option name="psk:Landscape" />
  <!-- Standard Orientation-->
  <psf:Option name="psk:Portrait" />
  <!-- Content is rotated on the page 270??degrees CCW relative to standard (portrait) orientation??-->
  <psf:Option name="psk:ReverseLandscape" />
  <!-- Content is rotated on the page 180??degrees relative to standard (portrait) orientation??-->
  <psf:Option name="psk:ReversePortrait" />
</psf:Feature>
    

印刷スキーマ仕様