NormalAutoFit.LineSpaceReduction 属性

定义

减少行空间

表示架构中的以下属性:lnSpcReduction

[DocumentFormat.OpenXml.SchemaAttr(0, "lnSpcReduction")]
public DocumentFormat.OpenXml.Int32Value LineSpaceReduction { get; set; }
public DocumentFormat.OpenXml.Int32Value LineSpaceReduction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lnSpcReduction")]
public DocumentFormat.OpenXml.Int32Value? LineSpaceReduction { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lnSpcReduction")]
public DocumentFormat.OpenXml.Int32Value? LineSpaceReduction { get; set; }
public DocumentFormat.OpenXml.Int32Value? LineSpaceReduction { get; set; }
member this.LineSpaceReduction : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lnSpcReduction")>]
member this.LineSpaceReduction : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lnSpcReduction")>]
member this.LineSpaceReduction : DocumentFormat.OpenXml.Int32Value with get, set
Public Property LineSpaceReduction As Int32Value

属性值

返回 Int32Value

属性

注解

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

指定减少文本正文中每个段落行距的百分比。 通过从原始行距值中减去它来应用缩减。 使用此属性,文本行之间的垂直间距可以按百分比缩放。 值 100000 被视为 100%,值为 1000 1%。 如果省略此属性,则隐含值 0 或 0%。

此属性仅适用于行距百分比的段落。

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

适用于