poi/src/records/definitions/font_index_record.xml

11 lines
454 B
XML

<record id="0x1026" name="FontIndex" excel-record-id="FONTX"
package="org.apache.poi.hssf.record">
<suffix>Record</suffix>
<extends>Record</extends>
<description>The font index record indexes into the font table for the text record.</description>
<author>Glen Stampoultzis (glens at apache.org)</author>
<fields>
<field type="int" size="2" name="font index" description="index to the font table"/>
</fields>
</record>