BodyProperties.CompatibleLineSpacing Property
Compatible Line Spacing.Represents the attribte in schema: compatLnSpc
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "compatLnSpc")> _
Public Property CompatibleLineSpacing As BooleanValue
Get
Set
'使用
Dim instance As BodyProperties
Dim value As BooleanValue
value = instance.CompatibleLineSpacing
instance.CompatibleLineSpacing = value
[SchemaAttrAttribute(, "compatLnSpc")]
public BooleanValue CompatibleLineSpacing { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies that the line spacing for this text body will be decided in a simplistic manner using the font scene. If this attribute is omitted, a value of 0, meaning false, is implied.
The possible values for this attribute are defined by the XML Schema boolean data type.