ReadModeInkLockDown.FontSize 属性

定义

字号缩放

表示架构中的以下属性:w:fontSz

[DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")]
public DocumentFormat.OpenXml.StringValue FontSize { get; set; }
public DocumentFormat.OpenXml.StringValue FontSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")]
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:fontSz")]
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
public DocumentFormat.OpenXml.StringValue? FontSize { get; set; }
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "fontSz")>]
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:fontSz")>]
member this.FontSize : DocumentFormat.OpenXml.StringValue with get, set
Public Property FontSize As StringValue

属性值

返回 Int32Value

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

指定给定 WordprocessingML 文档中的文本在虚拟页面上显示之前应按比例缩放的百分比。 特性的值存储指定为整数的百分比,其单位对应于文本运行应缩放为 (的百分比例如, 200 表示 200% ) 。

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

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

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

属性 fontSz 等于 95 指定 WordprocessingML 文档中的文本在虚拟页面上显示时应以正常大小的 95% 显示。

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

适用于