CharacterScale.Val 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
文本扩展/压缩值
表示架构中的以下属性:w:val
[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.IntegerValue Val { get; set; }
public DocumentFormat.OpenXml.IntegerValue Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.IntegerValue? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:val")]
public DocumentFormat.OpenXml.IntegerValue? Val { get; set; }
public DocumentFormat.OpenXml.IntegerValue? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "val")>]
member this.Val : DocumentFormat.OpenXml.IntegerValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:val")>]
member this.Val : DocumentFormat.OpenXml.IntegerValue with get, set
Public Property Val As IntegerValue
属性值
返回 Int32Value。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定相对于其正常 (100%) 字符宽度扩展或压缩此运行的内容的百分比。
如果省略此属性,则此运行的内容应以正常大小的 100% 显示。
请考虑在运行内容中显示每个字符时应压缩为 50% 的文本。 此约束使用以下 WordprocessingML 指定:
<w:rPr>
<w:w w:val="50"/>
</w:rPr>
此运行显式声明 w
值为 50
,因此此运行的内容将通过压缩每个字符的宽度显示在正常字符宽度的 50% 处。
此属性的可能值由 ST_TextScale
简单类型定义。