git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-07-20 10:45:04 +00:00
parent 3cb2c1177a
commit 48e9d6a6d5
4 changed files with 10 additions and 10 deletions

View File

@ -946,7 +946,7 @@ public class SXSSFSheet implements Sheet, OoxmlSheetExtensions {
/**
* 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, OoxmlSheetExtensions {
/**
* 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, OoxmlSheetExtensions {
/**
* 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.

View File

@ -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.

View File

@ -43,7 +43,7 @@ public final class HCenterRecord extends StandardRecord {
}
/**
* 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 StandardRecord {
}
/**
* 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()

View File

@ -1796,7 +1796,7 @@ public final class HSSFSheet implements Sheet {
*
* 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 Sheet {
*
* 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 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.