mirror of https://github.com/apache/poi.git
javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86c72f59da
commit
1725c9100a
|
@ -20,8 +20,8 @@ package org.apache.poi.sl.usermodel;
|
|||
|
||||
/**
|
||||
* Specifies possible rectangle alignment types.
|
||||
* See org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment
|
||||
*
|
||||
* @see org.openxmlformats.schemas.drawingml.x2006.main.STRectAlignment
|
||||
* @see org.apache.poi.sl.draw.binding.STRectAlignment
|
||||
*/
|
||||
public enum RectAlign {
|
||||
|
|
|
@ -465,7 +465,7 @@ public class XSSFCellStyle implements CellStyle {
|
|||
* Note - many cells are actually filled with a foreground
|
||||
* fill, not a background fill - see {@link #getFillForegroundColor()}
|
||||
* </p>
|
||||
* @see org.apache.poi.xssf.usermodel.XSSFColor#getRgb()
|
||||
* @see org.apache.poi.xssf.usermodel.XSSFColor#getRGB()
|
||||
* @return XSSFColor - fill color or <code>null</code> if not set
|
||||
*/
|
||||
public XSSFColor getFillBackgroundXSSFColor() {
|
||||
|
|
Loading…
Reference in New Issue