<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
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>