RunProperties.Ligatures Property
Ligatures, this property is only available in Office2010.Represents the element tag in schema: w14:ligatures
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property Ligatures As Ligatures
Get
Set
'使用
Dim instance As RunProperties
Dim value As Ligatures
value = instance.Ligatures
instance.Ligatures = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Ligatures Ligatures { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Word.Ligatures