2.3.4.2.17 CT_FontStyles

Target namespace: http://visThemeSchemaUri

Referenced by: CT_FontStylesGroup

Specifies a set of properties used to format a text run.

Child Elements:

fontProps: A CT_FontProps element that specifies properties used to format a text run.

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

 <xsd:complexType name="CT_FontStyles" oxsd:cname="FontStyles" oxsd:cwrap="noTemplate">
     <xsd:sequence>
       <xsd:element name="fontProps" oxsd:cname="fontProps" type="CT_FontProps" minOccurs="3" maxOccurs="unbounded" />
     </xsd:sequence>
 </xsd:complexType>