StylisticSets class
Defines the StylisticSets Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is w14:stylisticSets.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Word.StylisticSets
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.21 stylisticSets
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
A CT_StylisticSets element that specifies a list of stylistic sets that modify the display of OpenType fonts. (For more information about stylistic sets, see [OpenType].) By default, there are no stylistic sets enabled. See section 2.2.1 for how this element integrates with ISO/IEC-29500-1.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="stylisticSets" minOccurs="0" type="CT_StylisticSets"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.33 CT_StylisticSets
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: stylisticSets
A complex type that specifies a list of sets of character forms defined within the font, with each serving as a stylistic set. For more information about stylistic sets, see [OpenType]. This element can have any number of styleSet child elements.
Child Elements:
styleSet: A CT_StyleSet element that specifies a stylistic set.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_StylisticSets">
<xsd:sequence minOccurs="0">
<xsd:element name="styleSet" minOccurs="0" maxOccurs="unbounded" type="CT_StyleSet"/>
</xsd:sequence>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).