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:
parent
a3c885ca46
commit
09f4225d74
@ -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)
|
||||
|
@ -185,7 +185,6 @@ public class FormatRecord
|
||||
* get the format string
|
||||
*
|
||||
* @return the format string
|
||||
* @see #getFormatStringLength()
|
||||
*/
|
||||
|
||||
public String getFormatString()
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user