avik        2005/05/23 23:18:17

  Modified:    src/java/org/apache/poi/hssf/usermodel HSSFCellStyle.java
  Log:
  Additional constants for background fill, by Andreas Engel
  
  Revision  Changes    Path
  1.16      +4 -0      
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java
  
  Index: HSSFCellStyle.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- HSSFCellStyle.java        23 Aug 2004 08:52:42 -0000      1.15
  +++ HSSFCellStyle.java        24 May 2005 06:18:17 -0000      1.16
  @@ -221,6 +221,10 @@
       public final static short     SQUARES             = 15 ;
       /**  Diamonds */
       public final static short     DIAMONDS            = 16 ;
  +    /**  Less Dots */
  +    public final static short     LESS_DOTS           = 17 ;
  +    /**  Least Dots */
  +    public final static short     LEAST_DOTS          = 18 ;
   
   
       /** Creates new HSSFCellStyle why would you want to do this?? */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to