aboutsummaryrefslogtreecommitdiffstats
path: root/src/records/definitions/dat_record.xml
blob: 789eead50c205c93ca5a2a1f1bf4aeb62219a41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<record id="0x1063" name="Dat" package="org.apache.poi.hssf.record">
    <description>The dat record is used to store options for the chart.</description>
    <author>Glen Stampoultzis (glens at apache.org)</author>
    <fields>
        <field type="int" size="2" name="options">
            <bit number="0" name="horizontal border" description="has a horizontal border"/>
            <bit number="1" name="vertical border" description="has vertical border"/>
            <bit number="2" name="border" description="data table has a border"/>
            <bit number="3" name="show series key" description="shows the series key"/>
        </field>
    </fields>
</record>