public final class EMFFormsCellStyleConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DATE
Constant for a cell style that sets the cell format to date.
|
static String |
LOCKED
Constant for a cell style that locks the cell.
|
static String |
LOCKED_AND_WRAPPED
Constant for a cell style that locks the cell and wraps the text.
|
static String |
TEXT
Constant for a cell style that sets the cell format to text.
|
public static final String LOCKED
public static final String LOCKED_AND_WRAPPED
public static final String TEXT
public static final String DATE
Copyright © 2017. All rights reserved.