Represents the styles definitions in a WordprocessingML document.
The styles element contains document defaults, latent styles, and individual style definitions for paragraphs and characters.
Reference: http://officeopenxml.com/WPstyles.php
<xsd:complexType name="CT_Styles"> <xsd:sequence> <xsd:element name="docDefaults" type="CT_DocDefaults" minOccurs="0"/> <xsd:element name="latentStyles" type="CT_LatentStyles" minOccurs="0" maxOccurs="1"/> <xsd:element name="style" type="CT_Style" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence></xsd:complexType> Copy
<xsd:complexType name="CT_Styles"> <xsd:sequence> <xsd:element name="docDefaults" type="CT_DocDefaults" minOccurs="0"/> <xsd:element name="latentStyles" type="CT_LatentStyles" minOccurs="0" maxOccurs="1"/> <xsd:element name="style" type="CT_Style" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence></xsd:complexType>
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents the styles definitions in a WordprocessingML document.
The styles element contains document defaults, latent styles, and individual style definitions for paragraphs and characters.
Reference: http://officeopenxml.com/WPstyles.php
XSD Schema