poi/src/records/definitions/plotgrowth_record.xml

11 lines
462 B
XML
Raw Normal View History

<record id="0x1064" name="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>