hopefully one day I'll make this actually freaking work!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9c554807ae
commit
f811dd4479
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user