From commits-return-10938-apmail-poi-commits-archive=poi.apache.org@poi.apache.org Wed Nov 1 11:22:57 2017 Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0952F1085E for ; Wed, 1 Nov 2017 11:22:57 +0000 (UTC) Received: (qmail 56822 invoked by uid 500); 1 Nov 2017 11:22:57 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 56781 invoked by uid 500); 1 Nov 2017 11:22:56 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 56772 invoked by uid 99); 1 Nov 2017 11:22:56 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2017 11:22:56 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 142493A039E for ; Wed, 1 Nov 2017 11:22:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1813967 [4/14] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/hmef/ org/apache/poi/hpsf/ org/apache/poi/hslf/usermodel/ org/apache/poi/hssf/converter/ org/apache/poi/hssf/record/common/ org/apac... Date: Wed, 01 Nov 2017 11:22:51 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171101112254.142493A039E@svn01-us-west.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFBorderFormatting.html Wed Nov 1 11:22:49 2017 @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":42,"i1":10,"i2":42,"i3":10,"i4":10,"i5":10,"i6":42,"i7":10,"i8":42,"i9":10,"i10":42,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":42,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":42,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -156,26 +156,16 @@ implements Method and Description -short -getBorderBottom() -
Deprecated.  -
POI 3.15. Use getBorderBottomEnum(). - This method will return an BorderStyle enum in the future.
-
- +BorderStyle +getBorderBottom()  BorderStyle getBorderBottomEnum()  -short -getBorderDiagonal() -
Deprecated.  -
POI 3.15. Use getBorderDiagonalEnum(). - This method will return an BorderStyle enum in the future.
-
- +BorderStyle +getBorderDiagonal()  BorderStyle @@ -187,152 +177,137 @@ implements BorderStyle -getBorderHorizontalEnum() +getBorderHorizontal()
HSSF doesn't support table borders, so always BorderStyle.NONE
-short -getBorderLeft() -
Deprecated.  -
POI 3.15. Use getBorderLeftEnum(). - This method will return an BorderStyle enum in the future.
-
+BorderStyle +getBorderHorizontalEnum() +
Deprecated. 
BorderStyle -getBorderLeftEnum()  +getBorderLeft()  -short -getBorderRight() -
Deprecated.  -
POI 3.15. Use getBorderRightEnum(). - This method will return an BorderStyle enum in the future.
-
- +BorderStyle +getBorderLeftEnum()  BorderStyle -getBorderRightEnum()  +getBorderRight()  -short -getBorderTop() -
Deprecated.  -
POI 3.15. Use getBorderTopEnum(). - This method will return an BorderStyle enum in the future.
-
- +BorderStyle +getBorderRightEnum()  BorderStyle -getBorderTopEnum()  +getBorderTop()  BorderStyle -getBorderVerticalEnum() +getBorderTopEnum()  + + +BorderStyle +getBorderVertical()
HSSF doesn't support table borders, so always BorderStyle.NONE
- + +BorderStyle +getBorderVerticalEnum() +
Deprecated. 
+ + + short getBottomBorderColor()  - + HSSFColor getBottomBorderColorColor()  - + short getDiagonalBorderColor()  - + HSSFColor getDiagonalBorderColorColor()  - + short getHorizontalBorderColor()
HSSF Doesn't support table borders, so always HSSFColor.HSSFColorPredefined.AUTOMATIC
- + Color getHorizontalBorderColorColor()
HSSF Doesn't support table borders, so always HSSFColor.HSSFColorPredefined.AUTOMATIC
- + short getLeftBorderColor()  - + HSSFColor getLeftBorderColorColor()  - + short getRightBorderColor()  - + HSSFColor getRightBorderColorColor()  - + short getTopBorderColor()  - + HSSFColor getTopBorderColorColor()  - + short getVerticalBorderColor()
HSSF Doesn't support table borders, so always HSSFColor.HSSFColorPredefined.AUTOMATIC
- + Color getVerticalBorderColorColor()
HSSF Doesn't support table borders, so always HSSFColor.HSSFColorPredefined.AUTOMATIC
- + boolean isBackwardDiagonalOn()  - + boolean isForwardDiagonalOn()  - + void setBackwardDiagonalOn(boolean on)  - + void setBorderBottom(BorderStyle border)
Set bottom border.
- -void -setBorderBottom(short border) -
Set bottom border.
- - - -void -setBorderDiagonal(BorderStyle border) -
Set diagonal border.
- - void -setBorderDiagonal(short border) +setBorderDiagonal(BorderStyle border)
Set diagonal border.
@@ -350,103 +325,85 @@ implements void -setBorderLeft(short border) -
Set left border.
- - - -void setBorderRight(BorderStyle border)
Set right border.
- -void -setBorderRight(short border) -
Set right border.
- - - + void setBorderTop(BorderStyle border)
Set top border.
- -void -setBorderTop(short border) -
Set top border.
- - - + void setBorderVertical(BorderStyle border)
Not available for HSSF.
- + void setBottomBorderColor(Color color)  - + void setBottomBorderColor(short color)  - + void setDiagonalBorderColor(Color color)  - + void setDiagonalBorderColor(short color)  - + void setForwardDiagonalOn(boolean on)  - + void setHorizontalBorderColor(Color color)
Not available for HSSF.
- + void setHorizontalBorderColor(short color)
Not available for HSSF.
- + void setLeftBorderColor(Color color)  - + void setLeftBorderColor(short color)  - + void setRightBorderColor(Color color)  - + void setRightBorderColor(short color)  - + void setTopBorderColor(Color color)  - + void setTopBorderColor(short color)  - + void setVerticalBorderColor(Color color)
Not available for HSSF.
- + void setVerticalBorderColor(short color)
Not available for HSSF.
@@ -507,150 +464,65 @@ implements
  • getBorderBottom

    -
    public short getBorderBottom()
    -
    Deprecated. POI 3.15. Use getBorderBottomEnum(). - This method will return an BorderStyle enum in the future.
    +
    public BorderStyle getBorderBottom()
    Specified by:
    getBorderBottom in interface BorderFormatting
  • - - - - - - - - - - - - - - - - - - - - @@ -817,23 +689,6 @@ implements - - -
      -
    • -

      setBorderBottom

      -
      public void setBorderBottom(short border)
      -
      Description copied from interface: BorderFormatting
      -
      Set bottom border.
      -
      -
      Specified by:
      -
      setBorderBottom in interface BorderFormatting
      -
      Parameters:
      -
      border - MUST be a BORDER_* constant
      -
      -
    • -
    @@ -846,23 +701,8 @@ implements Specified by:
    setBorderBottom in interface BorderFormatting
    - - - - - - -
      -
    • -

      setBorderDiagonal

      -
      public void setBorderDiagonal(short border)
      -
      Description copied from interface: BorderFormatting
      -
      Set diagonal border.
      -
      -
      Specified by:
      -
      setBorderDiagonal in interface BorderFormatting
      Parameters:
      -
      border - MUST be a BORDER_* constant
      +
      border - The style of border to set.
    @@ -878,23 +718,8 @@ implements Specified by:
    setBorderDiagonal in interface BorderFormatting
    - - - - - - -
      -
    • -

      setBorderLeft

      -
      public void setBorderLeft(short border)
      -
      Description copied from interface: BorderFormatting
      -
      Set left border.
      -
      -
      Specified by:
      -
      setBorderLeft in interface BorderFormatting
      Parameters:
      -
      border - MUST be a BORDER_* constant
      +
      border - The style of border to set.
    @@ -910,23 +735,8 @@ implements Specified by:
    setBorderLeft in interface BorderFormatting
    - - - - - - -
      -
    • -

      setBorderRight

      -
      public void setBorderRight(short border)
      -
      Description copied from interface: BorderFormatting
      -
      Set right border.
      -
      -
      Specified by:
      -
      setBorderRight in interface BorderFormatting
      Parameters:
      -
      border - MUST be a BORDER_* constant
      +
      border - The style of border to set.
    @@ -942,23 +752,8 @@ implements Specified by:
    setBorderRight in interface BorderFormatting
    - - - - - - -
      -
    • -

      setBorderTop

      -
      public void setBorderTop(short border)
      -
      Description copied from interface: BorderFormatting
      -
      Set top border.
      -
      -
      Specified by:
      -
      setBorderTop in interface BorderFormatting
      Parameters:
      -
      border - MUST be a BORDER_* constant
      +
      border - The style of border to set.
    @@ -974,6 +769,8 @@ implements Specified by:
    setBorderTop in interface BorderFormatting
    +
    Parameters:
    +
    border - The style of border to set.
    @@ -1107,13 +904,116 @@ implements + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1131,7 +1031,9 @@ implements
  • getBorderHorizontalEnum

    -
    public BorderStyle getBorderHorizontalEnum()
    +
    @Deprecated
    +public BorderStyle getBorderHorizontalEnum()
    +
    Deprecated. 
    HSSF doesn't support table borders, so always BorderStyle.NONE
    Specified by:
    @@ -1139,7 +1041,7 @@ implements Returns:
    border style
    See Also:
    -
    BorderFormatting.getBorderHorizontalEnum()
    +
    BorderFormatting.getBorderHorizontal()
  • @@ -1226,6 +1128,8 @@ implements Specified by:
    setBorderHorizontal in interface BorderFormatting
    +
    Parameters:
    +
    border - The style of border to set.
    See Also:
    BorderFormatting.setBorderHorizontal(org.apache.poi.ss.usermodel.BorderStyle)
    @@ -1242,6 +1146,8 @@ implements Specified by:
    setBorderVertical in interface BorderFormatting
    +
    Parameters:
    +
    border - The style of border to set.
    See Also:
    BorderFormatting.setBorderVertical(org.apache.poi.ss.usermodel.BorderStyle)
    Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCell.html Wed Nov 1 11:22:49 2017 @@ -603,7 +603,7 @@ implements See Also: -
    HSSFRow.createCell(int,int)
    +
    HSSFRow.createCell(int,CellType)
    Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html?rev=1813967&r1=1813966&r2=1813967&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/HSSFCellStyle.html Wed Nov 1 11:22:49 2017 @@ -17,8 +17,8 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":42,"i4":10,"i5":42,"i6":10,"i7":42,"i8":10,"i9":42,"i10":10,"i11":42,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":42,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":42,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10}; -var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; @@ -164,7 +164,7 @@ implements -All Methods Instance Methods Concrete Methods Deprecated Methods  +All Methods Instance Methods Concrete Methods  Modifier and Type Method and Description @@ -185,11 +185,9 @@ implements equals(java.lang.Object obj)  -short +HorizontalAlignment getAlignment() -
    Deprecated.  -
    POI 3.15 beta 3. Use getAlignmentEnum() instead.
    -
    +
    get the type of horizontal alignment for the cell
    @@ -199,11 +197,9 @@ implements -short +BorderStyle getBorderBottom() -
    Deprecated.  -
    POI 3.15. Will return a BorderStyle enum in the future. Use getBorderBottomEnum().
    -
    +
    get the type of border to use for the bottom border of the cell
    @@ -213,11 +209,9 @@ implements -short +BorderStyle getBorderLeft() -
    Deprecated.  -
    POI 3.15. Will return a BorderStyle enum in the future. Use getBorderLeftEnum().
    -
    +
    get the type of border to use for the left border of the cell
    @@ -227,11 +221,9 @@ implements -short +BorderStyle getBorderRight() -
    Deprecated.  -
    POI 3.15. Will return a BorderStyle enum in the future. Use getBorderRightEnum().
    -
    +
    get the type of border to use for the right border of the cell
    @@ -241,11 +233,9 @@ implements -short +BorderStyle getBorderTop() -
    Deprecated.  -
    POI 3.15. Will return a BorderStyle enum in the future. Use getBorderTopEnum().
    -
    +
    get the type of border to use for the top border of the cell
    @@ -316,17 +306,15 @@ implements -short +FillPatternType getFillPattern() -
    Deprecated.  -
    POI 3.15 beta 3. This method will return FillPatternType in the future. Use setFillPattern(FillPatternType) instead.
    -
    +
    Get the fill pattern
    FillPatternType getFillPatternEnum() -
    get the fill pattern
    +
    Get the fill pattern
    @@ -422,11 +410,9 @@ implements -short +VerticalAlignment getVerticalAlignment() -
    Deprecated.  -
    POI 3.15 beta 3. Use getVerticalAlignmentEnum() instead.
    -
    +
    get the type of vertical alignment for the cell
    @@ -949,9 +935,8 @@ implements
  • getAlignment

    -
    @Deprecated
    -public short getAlignment()
    -
    +
    public HorizontalAlignment getAlignment()
    +
    Description copied from interface: CellStyle
    get the type of horizontal alignment for the cell
    Specified by:
    @@ -968,6 +953,7 @@ public short getAlignment()

    getAlignmentEnum

    public HorizontalAlignment getAlignmentEnum()
    +
    Description copied from interface: CellStyle
    get the type of horizontal alignment for the cell
    Specified by:
    @@ -1031,17 +1017,14 @@ public short getAlignment()

  • getVerticalAlignment

    -
    @Deprecated
    -public short getVerticalAlignment()
    -
    Deprecated. POI 3.15 beta 3. Use getVerticalAlignmentEnum() instead.
    +
    public VerticalAlignment getVerticalAlignment()
    +
    Description copied from interface: CellStyle
    get the type of vertical alignment for the cell
    Specified by:
    getVerticalAlignment in interface CellStyle
    Returns:
    align the type of alignment
    -
    See Also:
    -
    VerticalAlignment
  • @@ -1052,6 +1035,7 @@ public short getVerticalAlignm
  • getVerticalAlignmentEnum

    public VerticalAlignment getVerticalAlignmentEnum()
    +
    Description copied from interface: CellStyle
    get the type of vertical alignment for the cell
    Specified by:
    @@ -1154,9 +1138,8 @@ public short getVerticalAlignm
    • getBorderLeft

      -
      @Deprecated
      -public short getBorderLeft()
      -
      Deprecated. POI 3.15. Will return a BorderStyle enum in the future. Use getBorderLeftEnum().
      +
      public BorderStyle getBorderLeft()
      +
      Description copied from interface: CellStyle
      get the type of border to use for the left border of the cell
      Specified by:
      @@ -1173,14 +1156,13 @@ public short getBorderLeft()

      getBorderLeftEnum

      public BorderStyle getBorderLeftEnum()
      +
      Description copied from interface: CellStyle
      get the type of border to use for the left border of the cell
      Specified by:
      getBorderLeftEnum in interface CellStyle
      Returns:
      border type
      -
      Since:
      -
      POI 3.15
    @@ -1208,9 +1190,8 @@ public short getBorderLeft()
  • getBorderRight

    -
    @Deprecated
    -public short getBorderRight()
    -
    Deprecated. POI 3.15. Will return a BorderStyle enum in the future. Use getBorderRightEnum().
    +
    public BorderStyle getBorderRight()
    +
    Description copied from interface: CellStyle
    get the type of border to use for the right border of the cell
    Specified by:
    @@ -1227,14 +1208,13 @@ public short getBorderRight()<
  • getBorderRightEnum

    public BorderStyle getBorderRightEnum()
    +
    Description copied from interface: CellStyle
    get the type of border to use for the right border of the cell
    Specified by:
    getBorderRightEnum in interface CellStyle
    Returns:
    border type
    -
    Since:
    -
    POI 3.15
  • @@ -1262,9 +1242,8 @@ public short getBorderRight()<
    • getBorderTop

      -
      @Deprecated
      -public short getBorderTop()
      -
      Deprecated. POI 3.15. Will return a BorderStyle enum in the future. Use getBorderTopEnum().
      +
      public BorderStyle getBorderTop()
      +
      Description copied from interface: CellStyle
      get the type of border to use for the top border of the cell
      Specified by:
      @@ -1281,14 +1260,13 @@ public short getBorderTop()

      getBorderTopEnum

      public BorderStyle getBorderTopEnum()
      +
      Description copied from interface: CellStyle
      get the type of border to use for the top border of the cell
      Specified by:
      getBorderTopEnum in interface CellStyle
      Returns:
      border type
      -
      Since:
      -
      3.15
    @@ -1316,9 +1294,8 @@ public short getBorderTop()

  • getBorderBottom

    -
    @Deprecated
    -public short getBorderBottom()
    -
    Deprecated. POI 3.15. Will return a BorderStyle enum in the future. Use getBorderBottomEnum().
    +
    public BorderStyle getBorderBottom()
    +
    Description copied from interface: CellStyle
    get the type of border to use for the bottom border of the cell
    Specified by:
    @@ -1335,14 +1312,13 @@ public short getBorderBottom()
  • getBorderBottomEnum

    public BorderStyle getBorderBottomEnum()
    +
    Description copied from interface: CellStyle
    get the type of border to use for the bottom border of the cell
    Specified by:
    getBorderBottomEnum in interface CellStyle
    Returns:
    border type
    -
    Since:
    -
    3.15
  • @@ -1505,15 +1481,14 @@ public short getBorderBottom() @@ -1524,12 +1499,13 @@ public short getFillPattern()<
  • getFillPatternEnum

    public FillPatternType getFillPatternEnum()
    -
    get the fill pattern
    +
    Description copied from interface: CellStyle
    +
    Get the fill pattern
    Specified by:
    getFillPatternEnum in interface CellStyle
    Returns:
    -
    fill pattern
    +
    the fill pattern, default value is FillPatternType.NO_FILL
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org