<font> (Font)

This element defines the font to be used within a given table cell text style. This element allows for exact definition of the font within the table style instead of referencing a themed font.

Parent Elements

<tcTxStyle>5.1.4.2.30)

Child Elements

Subclause

<cs> (Complex Script Font)

§5.1.5.3.1

<ea> (East Asian Font)

§5.1.5.3.3

<extLst> (Extension List)

§5.1.2.1.15

<font> (Font)

§5.1.4.1.16

<latin> (Latin Font)

§5.1.5.3.7

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_FontCollection">
	<sequence>
	<element name="latin" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
	<element name="ea" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
	<element name="cs" type="CT_TextFont" minOccurs="1" maxOccurs="1"/>
	<element name="font" type="CT_SupplementalFont" minOccurs="0" maxOccurs="unbounded"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>