poi/src/records/definitions/axis_line_format_record.xml

16 lines
642 B
XML

<record id="0x1021" name="AxisLineFormat" excel-record-id="AXISLINEFORMAT"
package="org.apache.poi.hssf.record">
<suffix>Record</suffix>
<extends>Record</extends>
<description>The axis line format record defines the axis type details.</description>
<author>Glen Stampoultzis (glens at apache.org)</author>
<fields>
<field type="int" size="2" name="axis type">
<const name="axis line" value="0"/>
<const name="major grid line" value="1"/>
<const name="minor grid line" value="2"/>
<const name="walls or floor" value="3"/>
</field>
</fields>
</record>