mirror of https://github.com/apache/poi.git
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:
parent
e1eec300b5
commit
ede1473037
|
@ -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?? */
|
||||
|
|
Loading…
Reference in New Issue