NormalAutoFit.LineSpaceReduction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.