[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
styles (Style Definitions)
This element specifies all of the style information stored in the WordprocessingML document: style definitions as well as latent style information.
[Example: The Normal paragraph style in a word processing document can have any number of formatting properties, e.g. font face = Times New Roman; font size = 12pt; paragraph justification = left). All paragraphs which reference this paragraph style would automatically inherit these properties. end example]
Parent Elements |
Root element of WordprocessingML Style Definitions part |
Child Elements |
Subclause |
docDefaults (Document Default Paragraph and Run Properties) |
§2.7.4.1 |
latentStyles (Latent Style Information) |
§2.7.3.5 |
style (Style Definition) |
§2.7.3.17 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Styles">
<sequence>
<element name="docDefaults" type="CT_DocDefaults" minOccurs="0"/>
<element name="latentStyles" type="CT_LatentStyles" minOccurs="0" maxOccurs="1"/>
<element name="style" type="CT_Style" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>