diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-03-06 08:33:20 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-03-06 08:33:20 +0000 |
commit | ca1d9a6ca20050760819a4a0e6d36bf711a52f30 (patch) | |
tree | f9161ca2a02bf91e610369ff46144c2a70570732 | |
parent | 2dc53d9cfd99b465c511b3d84147fbf53047c457 (diff) | |
download | poi-ca1d9a6ca20050760819a4a0e6d36bf711a52f30.tar.gz poi-ca1d9a6ca20050760819a4a0e6d36bf711a52f30.zip |
Small javadoc fix. This ones seen a lot of action!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352151 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java index a87df50fa6..a9baef3740 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java @@ -840,7 +840,8 @@ public class HSSFCellStyle * cs.setFillPattern(HSSFCellStyle.SOLID_FILL ); * cs.setFillForgroundColor(HSSFSeCellStyle.RED); * </pre> - * You will need to set the fill style first. + * It is necessary to set the fill style in order + * for the color to be shown in the cell. * * @param bg color */ |