Share via


2.6.4.3 ST_Ligatures

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_Ligatures

A simple type that specifies which types of ligatures are enabled for this run of text. For more information about ligatures, see [ISO/IEC-14496-22].

Possible values for this type are listed in the following table.

Value

Meaning

none

Specifies that the text is not displayed using ligatures.

standard

Specifies that the text is displayed using standard ligatures if they are supported by the font.

contextual

Specifies that the text is displayed using contextual ligatures if they are supported by the font.

historical

Specifies that the text is displayed using historical ligatures if they are supported by the font.

discretional

Specifies that the text is displayed using discretional ligatures if they are supported by the font.

standardContextual

Specifies that the text is displayed using standard and contextual ligatures if they are supported by the font.

standardHistorical

Specifies that the text is displayed using standard and historical ligatures if they are supported by the font.

contextualHistorical

Specifies that the text is displayed using contextual and historical ligatures if they are supported by the font.

standardDiscretional

Specifies that the text is displayed using standard and discretional ligatures if they are supported by the font.

contextualDiscretional

Specifies that the text is displayed using contextual and discretional ligatures if they are supported by the font.

historicalDiscretional

Specifies that the text is displayed using historical and discretional ligatures if they are supported by the font.

standardContextualHistorical

Specifies that the text is displayed using standard, contextual, and historical ligatures if they are supported by the font.

standardContextualDiscretional

Specifies that the text is displayed using standard, contextual, and discretional ligatures if they are supported by the font.

standardHistoricalDiscretional

Specifies that the text is displayed using standard, historical, and discretional ligatures if they are supported by the font.

contextualHistoricalDiscretional

Specifies that the text is displayed using contextual, historical, and discretional ligatures if they are supported by the font.

all

Specifies that the text is displayed using standard, historical, discretional, and contextual ligatures if they are supported by the font.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_Ligatures">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="none"/>
     <xsd:enumeration value="standard"/>
     <xsd:enumeration value="contextual"/>
     <xsd:enumeration value="historical"/>
     <xsd:enumeration value="discretional"/>
     <xsd:enumeration value="standardContextual"/>
     <xsd:enumeration value="standardHistorical"/>
     <xsd:enumeration value="contextualHistorical"/>
     <xsd:enumeration value="standardDiscretional"/>
     <xsd:enumeration value="contextualDiscretional"/>
     <xsd:enumeration value="historicalDiscretional"/>
     <xsd:enumeration value="standardContextualHistorical"/>
     <xsd:enumeration value="standardContextualDiscretional"/>
     <xsd:enumeration value="standardHistoricalDiscretional"/>
     <xsd:enumeration value="contextualHistoricalDiscretional"/>
     <xsd:enumeration value="all"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).