Javadoc issues resolved.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2005-05-16 20:38:55 +00:00
parent a3c885ca46
commit 09f4225d74
3 changed files with 3 additions and 4 deletions

View File

@ -1949,7 +1949,7 @@ public class Sheet implements Model
/**
* Sets the left column to show in desktop window pane.
* @param the left column to show in desktop window pane
* @param leftCol the left column to show in desktop window pane
*/
public void setLeftCol(short leftCol){
if (windowTwo!=null)

View File

@ -185,7 +185,6 @@ public class FormatRecord
* get the format string
*
* @return the format string
* @see #getFormatStringLength()
*/
public String getFormatString()

View File

@ -895,8 +895,8 @@ public class HSSFSheet
/**
* Sets desktop window pane display area, when the
* file is first opened in a viewer.
* @param the top row to show in desktop window pane
* @param the left column to show in desktop window pane
* @param toprow the top row to show in desktop window pane
* @param leftcol the left column to show in desktop window pane
*/
public void showInPane(short toprow, short leftcol){
this.sheet.setTopRow((short)toprow);