docx
    Preparing search index...

    Class Styles

    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>

    Hierarchy (View Summary)

    Index

    Constructors

    Methods