ReadModeInkLockDown.Height プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想ページの高さ
スキーマ内の次の属性を表します: w:h
[DocumentFormat.OpenXml.SchemaAttr(23, "h")]
public DocumentFormat.OpenXml.UInt32Value Height { get; set; }
public DocumentFormat.OpenXml.UInt32Value Height { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "h")]
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:h")]
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Height { get; set; }
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "h")>]
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:h")>]
member this.Height : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Height 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" />
h
属性は、このドキュメントの仮想ページの高さが 986 ピクセルであることを指定する986
と等しくなります。
この属性に使用できる値は、 ST_PixelsMeasure
単純型によって定義されます。