NormalAutoFit.LineSpaceReduction Property
Line Space Reduction.Represents the attribte in schema: lnSpcReduction
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "lnSpcReduction")> _
Public Property LineSpaceReduction As Int32Value
Get
Set
'Usage
Dim instance As NormalAutoFit
Dim value As Int32Value
value = instance.LineSpaceReduction
instance.LineSpaceReduction = value
[SchemaAttrAttribute(, "lnSpcReduction")]
public Int32Value LineSpaceReduction { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
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.