次の方法で共有


ReadModeInkLockDown.Height プロパティ

定義

仮想ページの高さ

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

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

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

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

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

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

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

適用対象