aboutsummaryrefslogtreecommitdiffstats
path: root/src/records/definitions/frame_record.xml
blob: b7a63c41e0baccdaa6be670aa2bbedafdee75fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<record id="0x1032" name="Frame" package="org.apache.poi.hssf.record">
    <description>The frame record indicates whether there is a border around the displayed text of a chart.</description>
    <author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
    <fields>
        <field type="int" size="2" name="border type">
            <const name="regular" value="0" description="regular rectangle or no border"/>
            <const name="shadow" value="1" description="rectangle with shadow"/>
        </field>
        <field type="int" size="2" name="options">
            <bit number="0" name="auto size" description="excel calculates the size automatically if true"/>
            <bit number="1" name="auto position" description="excel calculates the position automatically"/>
        </field>
    </fields>
</record>