ReadModeInkLockDown.Width プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想ページ幅
スキーマ内の次の属性を表します: w:w
[DocumentFormat.OpenXml.SchemaAttr(23, "w")]
public DocumentFormat.OpenXml.UInt32Value Width { get; set; }
public DocumentFormat.OpenXml.UInt32Value Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "w")]
public DocumentFormat.OpenXml.UInt32Value? Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:w")]
public DocumentFormat.OpenXml.UInt32Value? Width { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Width { get; set; }
member this.Width : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "w")>]
member this.Width : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:w")>]
member this.Width : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Width As UInt32Value
プロパティ値
UInt64Value を返します。
- 属性
注釈
ECMA International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。
このドキュメントで使用する仮想ページの幅を指定します。 この値はピクセル単位で指定されます。
この属性は、actualPage 属性が off
、 0
、または false
と等しい場合にのみ使用されます。
仮想ページを使用して表示する WordprocessingML ドキュメントを検討してください。 この状態は、ドキュメント設定で次の WordprocessingML を使用して指定します。
<w:readModeInkLockDown w:w="692" w:h="986" w:fontSz="95" w:actualPg="0" />
w
属性は、このドキュメント内の仮想ページの幅が 692 ピクセルであることを指定する692
と等しくなります。
この属性に使用できる値は、 ST_PixelsMeasure
単純型によって定義されます。