You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2008/10/17 18:21:06 UTC

svn commit: r705662 - /poi/branches/ooxml/src/examples/src/org/apache/poi/xssf/usermodel/examples/CreateNewSpreadsheet.java

Author: yegor
Date: Fri Oct 17 09:21:05 2008
New Revision: 705662

URL: http://svn.apache.org/viewvc?rev=705662&view=rev
Log:
should have been included in r705638

Modified:
    poi/branches/ooxml/src/examples/src/org/apache/poi/xssf/usermodel/examples/CreateNewSpreadsheet.java

Modified: poi/branches/ooxml/src/examples/src/org/apache/poi/xssf/usermodel/examples/CreateNewSpreadsheet.java
URL: http://svn.apache.org/viewvc/poi/branches/ooxml/src/examples/src/org/apache/poi/xssf/usermodel/examples/CreateNewSpreadsheet.java?rev=705662&r1=705661&r2=705662&view=diff
==============================================================================
--- poi/branches/ooxml/src/examples/src/org/apache/poi/xssf/usermodel/examples/CreateNewSpreadsheet.java (original)
+++ poi/branches/ooxml/src/examples/src/org/apache/poi/xssf/usermodel/examples/CreateNewSpreadsheet.java Fri Oct 17 09:21:05 2008
@@ -48,7 +48,7 @@
 
         s1.groupRow(0, 3);
 
-        s1.getRow(1).setHeight(10.4);
+        s1.getRow(1).setHeightInPoints(10.4f);
         //s1.setActiveCell("A2");
         //s2.setSelected(true);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org