]> source.dussan.org Git - poi.git/commitdiff
hopefully one day I'll make this actually freaking work!
authorAndrew C. Oliver <acoliver@apache.org>
Sun, 17 Mar 2002 00:13:24 +0000 (00:13 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Sun, 17 Mar 2002 00:13:24 +0000 (00:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352234 13f79535-47bb-0310-9956-ffa450edef68

17 files changed:
src/records/definitions/area_record.xml
src/records/definitions/bar_record.xml
src/records/definitions/chart_record.xml
src/records/definitions/dat_record.xml
src/records/definitions/dataformat_record.xml
src/records/definitions/default_data_label_text_properties_record.xml
src/records/definitions/font_basis_record.xml
src/records/definitions/font_example.xml
src/records/definitions/font_index_record.xml
src/records/definitions/frame_record.xml
src/records/definitions/legend_record.xml
src/records/definitions/number_format_index_record.xml
src/records/definitions/plotgrowth_record.xml
src/records/definitions/series_list_record.xml
src/records/definitions/series_record.xml
src/records/definitions/units_record.xml
src/records/definitions/value_range_record.xml

index c8519edb18396e25918faef3cfcff88ec9d80b9e..bbd29ea0bca5cdd4e738b608d4e8b2e1e9436b7b 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x101A" name="Area" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The area record is used to define a area chart.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 2b8649f7afc81e06c49d3c7b071a14a7719029e0..6cb91cce8c7b2d94a5967b9473ffd83ec1572753 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1017" name="Bar" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The bar record is used to define a bar chart.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 486d35c391765c8ecfc4d8e84723033ae6791e82..ae00900a815cc054746bc8db3d4e188c57a0c8f3 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1002" name="Chart" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The chart record is used to define the location and size of a chart.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 789eead50c205c93ca5a2a1f1bf4aeb62219a41d..1424809c8a4ed65be89fbf11dcf4565067620228 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1063" name="Dat" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The dat record is used to store options for the chart.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index dc015fbf697a1743a694c23f3c9f69210140170a..48f666c40bfba40f4967f676ac54a2fcfdc251af 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1006" name="DataFormat" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The data format record is used to index into a series.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 85d3557dd2410d54a915e4b5aabd94059c9eec3e..c4e90053db73abf34b9516a6372e2843755577ec 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1024" name="DefaultDataLabelTextProperties" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The default data label text properties record identifies the text characteristics of the preceeding text record.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index b87181c15eacc2ac07030fa5b9790865c54f431f..9d529c3dcd4f502e3a9737bf16482b0c06912068 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1060" name="FontBasis" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The font basis record stores various font metrics.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 7cdba9381df1787184d99273056a319637a1c333..f6ce083ee8ec9d40a14c540bf307b907fe50ba8f 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x31" name="Font" package="org.apache.poi.hssf.records">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>Describes a font record.  In Excel a font belongs in the font table.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 458f2af0efc5ad4e6e65a1af6da250d2247dcddb..f675763f1a10a13348cfa65805301a6e9431dd64 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1026" name="FontIndex" 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>
index 4daaee03c2038515fe91a2d6410c24180a2fdab6..2561b14cc29d73dfa9657a7b9e2c22892863e430 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1032" name="Frame" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The frame record indicates whether there is a border around the displayed text of a chart.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 4b7e74c1b38b537a638a738751c1723f8c56ac7a..65ea96b22dd8494e8d63483e02fc703a3f5ea14b 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1015" name="Legend" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The legend record specifies the location of legend on a chart and it's overall size.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index b7c8d7bb27350e35d95588dc25685d3fcd8c044a..3bd1ee2463c5bd03cb5decb1f3da7127ea2dfe03 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x104e" name="NumberFormatIndex" 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>
index 493c6dc6d8c1ce342cebcd94c85cc45cb5c621ca..0bfefc21a61ab9c11bd73568da442cb7bd18da5b 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1064" name="PlotGrowth" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The plot growth record specifies the scaling factors used when a font is scaled.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index d1b48a7d30ec0c6e3a4277d273abdfe889f0dc45..412c8ebfa47ef8d79c8ad70c1d164f05236537e2 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1016" name="SeriesList" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The series list record defines the series displayed as an overlay to the main chart record.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 87b2ece238212fe45b4d485ea984cd701314a7ed..960ba78189c55bfdad75cdd0b236d58c6738327a 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1003" name="Series" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The series record describes the overall data for a series.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index 6854f333420ecb708f6a8d95121a530465513695..70e250a1fc50b8cc842b437e6f3c70909ba40b96 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x1001" name="Units" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The units record describes units.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>
index d2dfc1c0bf9213884beb75014d010a6cb233caf6..fc595efe51d34c0e494cb184178c0e5d49edd6d5 100644 (file)
@@ -1,4 +1,6 @@
 <record id="0x101f" name="ValueRange" package="org.apache.poi.hssf.record">
+    <suffix>Record</suffix>
+    <extends>Record</extends>
     <description>The value range record defines the range of the value axis.</description>
     <author>Glen Stampoultzis (glens at apache.org)</author>
     <fields>