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 国际标准 ECMA-376 中的以下信息可能很有用。
指定本文档中应使用的虚拟页面的宽度。 此值以像素为单位指定。
仅当 actualPage 属性等于 off
、 或 false
时,0
才应使用此属性。
请考虑使用虚拟页面显示的 WordprocessingML 文档。 在文档设置中使用以下 WordprocessingML 指定此状态:
<w:readModeInkLockDown w:w="692" w:h="986" w:fontSz="95" w:actualPg="0" />
属性 w
等于 692
指定此文档中的虚拟页面应为 692 像素宽。
此属性的可能值由 ST_PixelsMeasure
简单类型定义。