Modified: poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html?rev=1508389&r1=1508388&r2=1508389&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xssf/usermodel/XSSFSheet.html Tue Jul 30 11:03:51 2013 @@ -1567,8 +1567,8 @@ High level representation of a Spreadshe <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#showInPane(short, short)">showInPane</A></B>(short toprow, - short leftcol)</CODE> +<TD><CODE><B><A HREF="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#showInPane(int, int)">showInPane</A></B>(int toprow, + int leftcol)</CODE> <BR> Location of the top left visible cell Location of the top left visible cell in the bottom right @@ -1577,6 +1577,15 @@ High level representation of a Spreadshe <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> +<TD><CODE><B><A HREF="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#showInPane(short, short)">showInPane</A></B>(short toprow, + short leftcol)</CODE> + +<BR> + <B>Deprecated.</B> <I>Use the version of showInPane() with ints as there can be more than 32767 rows.</I></TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/xssf/usermodel/XSSFSheet.html#ungroupColumn(int, int)">ungroupColumn</A></B>(int fromColumn, int toColumn)</CODE> @@ -3700,12 +3709,32 @@ public void <B>shiftRows</B>(int st </DL> <HR> +<A NAME="showInPane(int, int)"><!-- --></A><H3> +showInPane</H3> +<PRE> +public void <B>showInPane</B>(int toprow, + int leftcol)</PRE> +<DL> +<DD>Location of the top left visible cell Location of the top left visible cell in the bottom right + pane (when in Left-to-Right mode). +<P> +<DD><DL> +</DL> +</DD> +<DD><DL> +<DT><B>Parameters:</B><DD><CODE>toprow</CODE> - the top row to show in desktop window pane<DD><CODE>leftcol</CODE> - the left column to show in desktop window pane</DL> +</DD> +</DL> +<HR> + <A NAME="showInPane(short, short)"><!-- --></A><H3> showInPane</H3> <PRE> public void <B>showInPane</B>(short toprow, short leftcol)</PRE> <DL> +<DD><B>Deprecated.</B> <I>Use the version of showInPane() with ints as there can be more than 32767 rows.</I> +<P> <DD>Location of the top left visible cell Location of the top left visible cell in the bottom right pane (when in Left-to-Right mode). <P>
Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1508389&r1=1508388&r2=1508389&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Tue Jul 30 11:03:51 2013 @@ -265,6 +265,9 @@ if (VERSION > 3) { <li> <img class="icon" alt="fix" src="images/fix.jpg">54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length(poi-developers)</li> + +<li> +<img class="icon" alt="add" src="images/add.jpg">Upgrade version of JUnit to 4.11 to avoid problems when executing unit tests using Apache Ant >= 1.7(poi-developers)</li> </ul> Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1508389&r1=1508388&r2=1508389&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Tue Jul 30 11:03:51 2013 @@ -16,4 +16,8 @@ by poi-developers : - 54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length</description></item></channel></rss> \ No newline at end of file + 54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length</description></item><item><title> add</title><link>http://poi.apache.org//changes.html</link><description> add + by + poi-developers + : + Upgrade version of JUnit to 4.11 to avoid problems when executing unit tests using Apache Ant >= 1.7</description></item></channel></rss> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
