共用方式為


NormalAutoFit.LineSpaceReduction Property

Definition

Line Space Reduction

Represents the following attribute in the schema: 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

Property Value

Returns Int32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the percentage amount by which the line spacing of each paragraph in the text body is reduced. The reduction is applied by subtracting it from the original line spacing value. Using this attribute the vertical spacing between the lines of text can be scaled by a percent amount. A value of 100000 is treated as 100% while a value of 1000 is consequently 1%. If this attribute is omitted, then a value of 0 or 0% is implied.

This attribute applies only to paragraphs with percentage line spacing.

The possible values for this attribute are defined by the ST_TextSpacingPercent simple type.

Applies to