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 中的以下信息可能很有用。

指定本文档中应使用的虚拟页面的高度。 此值以像素为单位指定。

仅当属性等于 off、 或 falseactualPage0才应使用此属性。

请考虑使用虚拟页面显示的 WordprocessingML 文档。 在文档设置中使用以下 WordprocessingML 指定此状态:

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

属性 h 等于 986 指定本文档中的虚拟页面应为 986 像素高。

此属性的可能值由 ST_PixelsMeasure 简单类型定义。

适用于