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
4c4f14a2ad
commit
0cf194d83c
@ -221,6 +221,10 @@ public class HSSFCellStyle
|
|||||||
public final static short SQUARES = 15 ;
|
public final static short SQUARES = 15 ;
|
||||||
/** Diamonds */
|
/** Diamonds */
|
||||||
public final static short DIAMONDS = 16 ;
|
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?? */
|
/** Creates new HSSFCellStyle why would you want to do this?? */
|
||||||
|
Loading…
Reference in New Issue
Block a user