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
This commit is contained in:
parent
a54d3152b2
commit
421f4a5b42
@ -840,7 +840,8 @@ public class HSSFCellStyle
|
|||||||
* cs.setFillPattern(HSSFCellStyle.SOLID_FILL );
|
* cs.setFillPattern(HSSFCellStyle.SOLID_FILL );
|
||||||
* cs.setFillForgroundColor(HSSFSeCellStyle.RED);
|
* cs.setFillForgroundColor(HSSFSeCellStyle.RED);
|
||||||
* </pre>
|
* </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
|
* @param bg color
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user