BodyProperties.CompatibleLineSpacing 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.
Compatible Line Spacing
Represents the following attribute in the schema: compatLnSpc
[DocumentFormat.OpenXml.SchemaAttr(0, "compatLnSpc")]
public DocumentFormat.OpenXml.BooleanValue CompatibleLineSpacing { get; set; }
public DocumentFormat.OpenXml.BooleanValue CompatibleLineSpacing { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "compatLnSpc")]
public DocumentFormat.OpenXml.BooleanValue? CompatibleLineSpacing { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("compatLnSpc")]
public DocumentFormat.OpenXml.BooleanValue? CompatibleLineSpacing { get; set; }
public DocumentFormat.OpenXml.BooleanValue? CompatibleLineSpacing { get; set; }
member this.CompatibleLineSpacing : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "compatLnSpc")>]
member this.CompatibleLineSpacing : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("compatLnSpc")>]
member this.CompatibleLineSpacing : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property CompatibleLineSpacing As BooleanValue
Property Value
Returns BooleanValue.
- Attributes
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.