aboutsummaryrefslogtreecommitdiffstats
path: root/src/records/definitions
diff options
context:
space:
mode:
Diffstat (limited to 'src/records/definitions')
-rw-r--r--src/records/definitions/plotgrowth_record.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/records/definitions/plotgrowth_record.xml b/src/records/definitions/plotgrowth_record.xml
new file mode 100644
index 0000000000..b5ab94afbb
--- /dev/null
+++ b/src/records/definitions/plotgrowth_record.xml
@@ -0,0 +1,8 @@
+<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>