poi/src/records/definitions/plotgrowth_record.xml

9 lines
404 B
XML
Raw Normal View History

<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 (glens at apache.org)</author>
<fields>
<field type="int" size="4" name="horizontalScale"/>
<field type="int" size="4" name="verticalScale"/>
</fields>
</record>