aboutsummaryrefslogtreecommitdiffstats
path: root/src/records/definitions
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2002-02-10 05:24:17 +0000
committerGlen Stampoultzis <glens@apache.org>2002-02-10 05:24:17 +0000
commited7148b76c8e3e11132900fe7db36ef5774db821 (patch)
treea4cf0be26e89b42c1fb6efbda7f6f6dd6053e9ba /src/records/definitions
parente19fa791f74eed30263a8a918be1b2240605cd3d (diff)
downloadpoi-ed7148b76c8e3e11132900fe7db36ef5774db821.tar.gz
poi-ed7148b76c8e3e11132900fe7db36ef5774db821.zip
New chart record
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352081 13f79535-47bb-0310-9956-ffa450edef68
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>