poi/src/records/definitions/number_format_index_record.xml

11 lines
473 B
XML

<record id="0x104e" name="NumberFormatIndex" excel-record-id="IFMT"
package="org.apache.poi.hssf.record">
<suffix>Record</suffix>
<extends>Record</extends>
<description>The number format index record indexes format table. This applies to an axis.</description>
<author>Glen Stampoultzis (glens at apache.org)</author>
<fields>
<field type="int" size="2" name="format index" description="index to the format table"/>
</fields>
</record>