blob: b7b94d4af06e1f4480e200ad6cda2e32571d32de [file] [log] [blame]
<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
<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>