]> source.dussan.org Git - poi.git/commitdiff
Additional constants for background fill, by Andreas Engel
authorAvik Sengupta <avik@apache.org>
Tue, 24 May 2005 06:18:17 +0000 (06:18 +0000)
committerAvik Sengupta <avik@apache.org>
Tue, 24 May 2005 06:18:17 +0000 (06:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353698 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java

index b33fae425445f6121582a6840645585417867b55..530b8571838a7c57a73494ab09766d23fd7cc092 100644 (file)
@@ -221,6 +221,10 @@ public class HSSFCellStyle
     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?? */