diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-03-09 12:06:55 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-03-09 12:06:55 +0000 |
commit | aefd34e637c52be1a0769c73f9b593787bcc45ac (patch) | |
tree | e90faa22bccc4c1e0591296f73f8604ddd6c497c /src/records | |
parent | 17de2eb9f10147c289095a6f9596ccc97adec54b (diff) | |
download | poi-aefd34e637c52be1a0769c73f9b593787bcc45ac.tar.gz poi-aefd34e637c52be1a0769c73f9b593787bcc45ac.zip |
Another graph record
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/records')
-rw-r--r-- | src/records/definitions/number_format_index_record.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/records/definitions/number_format_index_record.xml b/src/records/definitions/number_format_index_record.xml new file mode 100644 index 0000000000..b7c8d7bb27 --- /dev/null +++ b/src/records/definitions/number_format_index_record.xml @@ -0,0 +1,7 @@ +<record id="0x104e" name="NumberFormatIndex" package="org.apache.poi.hssf.record"> + <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> |