aboutsummaryrefslogtreecommitdiffstats
path: root/src/records/definitions/plotgrowth_record.xml
blob: ff5f1433a951200200d320949365d8a61e46508d (plain)
1
2
3
4
5
6
7
8
9
10
11
<record id="0x1064" name="PlotGrowth" excel-record-id="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>
        <field type="int" size="4" name="horizontalScale"/>
        <field type="int" size="4" name="verticalScale"/>
    </fields>
</record>