public enum SystemCellWrapTextStyle extends Enum<SystemCellWrapTextStyle> implements AdditiveStyle
| Enum Constant and Description |
|---|
WRAP_TEXT |
| Modifier and Type | Method and Description |
|---|---|
void |
enrich(org.apache.poi.hssf.usermodel.HSSFWorkbook workbook,
org.apache.poi.hssf.usermodel.HSSFCellStyle style) |
Enum<SystemStyleType> |
getType() |
static SystemCellWrapTextStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemCellWrapTextStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemCellWrapTextStyle WRAP_TEXT
public static SystemCellWrapTextStyle[] values()
for (SystemCellWrapTextStyle c : SystemCellWrapTextStyle.values()) System.out.println(c);
public static SystemCellWrapTextStyle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void enrich(org.apache.poi.hssf.usermodel.HSSFWorkbook workbook,
org.apache.poi.hssf.usermodel.HSSFCellStyle style)
public Enum<SystemStyleType> getType()
getType in interface AdditiveStyleCopyright © 2014. All rights reserved.