poi/src/records/definitions/plotgrowth_record.xml

12 lines
495 B
XML

<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>