![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.LightCellsSettings
public class LightCellsSettings
This is a bean which client applications may use to set various advanced LightCells properties. Use of this bean is not mandatory, and its absence will merely result in workbooks being processed with the default settings. For default settings:
isInitForFormulaText()
: If LightCells is initilized with INIT_FOR_FORMULA_TEXT
flag, default true; Otherwise always false.
Field Summary | |
---|---|
static int |
INIT_FOR_FORMULA_TEXT
when initialize LightCells, load data that needed for processing formula text when process cells. |
Constructor Summary | |
---|---|
LightCellsSettings(int flag)
Constructs new settings for initializing LightCells. |
Method Summary | |
---|---|
boolean |
isInitForFormulaText()
check whether this LightCells is initialized with INIT_FOR_FORMULA_TEXT flag. |
boolean |
isReadFormulaText()
whether parse and return cell's formula text when parsing cell |
void |
setReadFormulaText(boolean flag)
set whether parse and return cell's formula text when parsing cell |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INIT_FOR_FORMULA_TEXT
isReadFormulaText()
always be false.
Constructor Detail |
---|
public LightCellsSettings(int flag)
flag
- flag for settings.
For available flags please refer to constants with header INIT_ defined in LightCellsSettings
.
The flag may be combined with any of other flags using the OR operator.Method Detail |
---|
public boolean isReadFormulaText()
public void setReadFormulaText(boolean flag)
flag
- true to demand fetching cell's formula text when processing cell.
If set true but LightCells is not initialized with INIT_FOR_FORMULA_TEXT flag,
will cause UnsupportedOperationExceptionpublic boolean isInitForFormulaText()
setReadFormulaText(boolean)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |