mirror of https://github.com/apache/poi.git
Minor javadoc update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d715964e0c
commit
a20040b430
|
@ -806,12 +806,12 @@ public class HSSFCellStyle
|
|||
* For example:
|
||||
* <pre>
|
||||
* cs.setFillPattern(HSSFCellStyle.FINE_DOTS );
|
||||
* cs.setFillBackgroundColor(HSSFCellStyle.RED);
|
||||
* cs.setFillBackgroundColor(new HSSFColor.RED().getIndex());
|
||||
* </pre>
|
||||
* or, for the special case of SOLID_FILL:
|
||||
* <pre>
|
||||
* cs.setFillPattern(HSSFCellStyle.SOLID_FILL );
|
||||
* cs.setFillForgroundColor(HSSFSeCellStyle.RED);
|
||||
* cs.setFillPattern(HSSFCellStyle.SOLID_FOREGROUND );
|
||||
* cs.setFillForegroundColor(new HSSFColor.RED().getIndex());
|
||||
* </pre>
|
||||
* It is necessary to set the fill style in order
|
||||
* for the color to be shown in the cell.
|
||||
|
|
Loading…
Reference in New Issue