apache-poi/src/records/definitions/plotgrowth_record.xml
Glen Stampoultzis ed7148b76c New chart record
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352081 13f79535-47bb-0310-9956-ffa450edef68
2002-02-10 05:24:17 +00:00

9 lines
417 B
XML

<record id="0x1064" name="PlotGrowth" package="org.apache.poi.hssf.record">
<description>The plot growth record specifies the scaling factors used when a font is scaled.</description>
<author>Glen Stampoultzis (gstamp at iprimus dot com dot au)</author>
<fields>
<field type="int" size="4" name="horizontalScale"/>
<field type="int" size="4" name="verticalScale"/>
</fields>
</record>