mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352081 13f79535-47bb-0310-9956-ffa450edef68
9 lines
417 B
XML
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>
|