Author: fanningpj
Date: Wed Jul 20 10:45:04 2022
New Revision: 1902872

URL: http://svn.apache.org/viewvc?rev=1902872&view=rev
Log:
javadoc

Modified:
    
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/HCenterRecord.java
    poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFSheet.java

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java?rev=1902872&r1=1902871&r2=1902872&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java 
(original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java 
Wed Jul 20 10:45:04 2022
@@ -946,7 +946,7 @@ public class SXSSFSheet implements Sheet
 
     /**
      * Creates a split (freezepane). Any existing freezepane or split pane is 
overwritten.
-     * @param colSplit      Horizonatal position of split.
+     * @param colSplit      Horizontal position of split.
      * @param rowSplit      Vertical position of split.
      * @param leftmostColumn   Left column visible in right pane.
      * @param topRow        Top row visible in bottom pane
@@ -958,7 +958,7 @@ public class SXSSFSheet implements Sheet
 
     /**
      * Creates a split (freezepane). Any existing freezepane or split pane is 
overwritten.
-     * @param colSplit      Horizonatal position of split.
+     * @param colSplit      Horizontal position of split.
      * @param rowSplit      Vertical position of split.
      */
     @Override
@@ -968,7 +968,7 @@ public class SXSSFSheet implements Sheet
 
     /**
      * Creates a split pane. Any existing freezepane or split pane is 
overwritten.
-     * @param xSplitPos      Horizonatal position of split (in 1/20th of a 
point).
+     * @param xSplitPos      Horizontal position of split (in 1/20th of a 
point).
      * @param ySplitPos      Vertical position of split (in 1/20th of a point).
      * @param topRow        Top row visible in bottom pane
      * @param leftmostColumn   Left column visible in right pane.

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java?rev=1902872&r1=1902871&r2=1902872&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/model/InternalSheet.java 
Wed Jul 20 10:45:04 2022
@@ -1345,7 +1345,7 @@ public final class InternalSheet {
      *
      * <p>If both colSplit and rowSplit are zero then the existing freeze pane 
is removed</p>
      *
-     * @param colSplit      Horizonatal position of split.
+     * @param colSplit      Horizontal position of split.
      * @param rowSplit      Vertical position of split.
      * @param topRow        Top row visible in bottom pane
      * @param leftmostColumn   Left column visible in right pane.
@@ -1394,7 +1394,7 @@ public final class InternalSheet {
 
     /**
      * Creates a split pane. Any existing freezepane or split pane is 
overwritten.
-     * @param xSplitPos      Horizonatal position of split (in 1/20th of a 
point).
+     * @param xSplitPos      Horizontal position of split (in 1/20th of a 
point).
      * @param ySplitPos      Vertical position of split (in 1/20th of a point).
      * @param topRow        Top row visible in bottom pane
      * @param leftmostColumn   Left column visible in right pane.

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/HCenterRecord.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/HCenterRecord.java?rev=1902872&r1=1902871&r2=1902872&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/HCenterRecord.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/record/HCenterRecord.java 
Wed Jul 20 10:45:04 2022
@@ -43,7 +43,7 @@ public final class HCenterRecord extends
     }
 
     /**
-     * set whether or not to horizonatally center this sheet.
+     * set whether or not to horizontally center this sheet.
      * @param hc  center - t/f
      */
     public void setHCenter(boolean hc) {
@@ -51,7 +51,7 @@ public final class HCenterRecord extends
     }
 
     /**
-     * get whether or not to horizonatally center this sheet.
+     * get whether or not to horizontally center this sheet.
      * @return center - t/f
      */
     public boolean getHCenter()

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFSheet.java?rev=1902872&r1=1902871&r2=1902872&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFSheet.java 
(original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFSheet.java 
Wed Jul 20 10:45:04 2022
@@ -1796,7 +1796,7 @@ public final class HSSFSheet implements
      *
      * If both colSplit and rowSplit are zero then the existing freeze pane is 
removed
      *
-     * @param colSplit       Horizonatal position of split.
+     * @param colSplit       Horizontal position of split.
      * @param rowSplit       Vertical position of split.
      * @param leftmostColumn Left column visible in right pane.
      * @param topRow         Top row visible in bottom pane
@@ -1817,7 +1817,7 @@ public final class HSSFSheet implements
      *
      * If both colSplit and rowSplit are zero then the existing freeze pane is 
removed
      *
-     * @param colSplit Horizonatal position of split.
+     * @param colSplit Horizontal position of split.
      * @param rowSplit Vertical position of split.
      */
     @Override
@@ -1828,7 +1828,7 @@ public final class HSSFSheet implements
     /**
      * Creates a split pane. Any existing freezepane or split pane is 
overwritten.
      *
-     * @param xSplitPos      Horizonatal position of split (in 1/20th of a 
point).
+     * @param xSplitPos      Horizontal position of split (in 1/20th of a 
point).
      * @param ySplitPos      Vertical position of split (in 1/20th of a point).
      * @param topRow         Top row visible in bottom pane
      * @param leftmostColumn Left column visible in right pane.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to