次の方法で共有


ReadModeInkLockDown.Width プロパティ

定義

仮想ページ幅

スキーマ内の次の属性を表します: 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 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

このドキュメントで使用する仮想ページの幅を指定します。 この値はピクセル単位で指定されます。

この属性は、actualPage 属性が 、、0または falseと等しいoff場合にのみ使用されます。

仮想ページを使用して表示する WordprocessingML ドキュメントを検討してください。 この状態は、ドキュメント設定で次の WordprocessingML を使用して指定します。

<w:readModeInkLockDown w:w="692" w:h="986" w:fontSz="95" w:actualPg="0" />  

属性は w 、このドキュメントの仮想ページの幅が 692 ピクセルであることを指定する場合と同じです 692

この属性に使用できる値は、単純型によって ST_PixelsMeasure 定義されます。

適用対象