2.3.4.2.18 CT_FontStylesGroup

Target namespace: http://visThemeSchemaUri

Referenced by: Ext element as specified by the CT_OfficeArtExtension type specified in [ISO/IEC29500-1:2016] section 20.1.2.2.14.

Specifies the properties used to format a text run in shapes.

Child Elements:

connectorFontStyles: A CT_FontStyles element that specifies the properties used to format a text run in a connector shape.

fontStyles: A CT_FontStyles element that specifies the properties used to format a text run in a non-connector shape.

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

<xsd:complexType name="CT_FontStylesGroup" oxsd:cname="FontStylesGroup" oxsd:cwrap="noTemplate">
     <xsd:sequence>
       <xsd:element name="connectorFontStyles" oxsd:cname="connectorFontStyles" type="CT_FontStyles" minOccurs="1" maxOccurs="1" />
       <xsd:element name="fontStyles" oxsd:cname="fontStyles" type="CT_FontStyles" minOccurs="1" maxOccurs="1" />
     </xsd:sequence>
</xsd:complexType>