Additional constants for background fill, by Andreas Engel

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353698 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2005-05-24 06:18:17 +00:00
parent 4c4f14a2ad
commit 0cf194d83c
1 changed files with 4 additions and 0 deletions

View 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?? */