|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.WorkbookSettings
This is a bean which client applications may use to set various advanced workbook properties. Use of this bean is not mandatory, and its absence will merely result in workbooks being read/written using the default settings
Constructor Summary | |
WorkbookSettings()
Default constructor |
Method Summary | |
int |
getArrayGrowSize()
Accessor for the array grow size property |
boolean |
getCellValidationDisabled()
Accessor for the ignore cell validation |
int |
getCharacterSet()
Accessor for the character set. |
boolean |
getDrawingsDisabled()
Gets the drawings disabled flag |
java.lang.String |
getEncoding()
Accessor for the character encoding |
java.lang.String |
getExcelDisplayLanguage()
Returns the two character ISO 3166 mnemonic used by excel for user language displayto display |
java.lang.String |
getExcelRegionalSettings()
Returns the two character ISO 3166 mnemonic used by excel for its regional settings |
boolean |
getFormulaAdjust()
Accessor for the formula adjust disabled |
jxl.biff.formula.FunctionNames |
getFunctionNames()
Gets the function names. |
boolean |
getGCDisabled()
Accessor for the disabling of garbage collection |
boolean |
getIgnoreBlanks()
Accessor for the ignore blanks flag |
int |
getInitialFileSize()
Accessor for the initial file size property |
java.util.Locale |
getLocale()
Returns the locale used by JExcelAPI to read the spreadsheet |
boolean |
getMergedCellCheckingDisabled()
Accessor to retrieve the merged cell checking flag |
boolean |
getNamesDisabled()
Accessor for the disabling of interpretation of named ranges |
boolean |
getPropertySetsDisabled()
Accessor to retrieve the property sets disabled flag |
boolean |
getRationalizationDisabled()
Accessor to retrieve the rationalization flag |
void |
setArrayGrowSize(int sz)
Sets the amount of memory by which to increase the amount of memory allocated to storing the workbook data. |
void |
setCellValidationDisabled(boolean cv)
Sets the ignore cell validation flag |
void |
setCharacterSet(int cs)
Sets the character set. |
void |
setDrawingsDisabled(boolean b)
Disables the handling of drawings |
void |
setEncoding(java.lang.String enc)
Sets the encoding for this workbook |
void |
setExcelDisplayLanguage(java.lang.String code)
Sets the language in which the generated file will display |
void |
setExcelRegionalSettings(java.lang.String code)
Sets the regional settings for the generated excel file |
void |
setFormulaAdjust(boolean b)
Setter for the formula adjust disabled property |
void |
setGCDisabled(boolean disabled)
Sets the garbage collection disabled |
void |
setIgnoreBlanks(boolean ignoreBlanks)
Sets the ignore blanks flag |
void |
setInitialFileSize(int sz)
Sets the initial amount of memory allocated to store the workbook data when reading a worksheet. |
void |
setLocale(java.util.Locale l)
Sets the locale used by JExcelApi to generate the spreadsheet. |
void |
setMergedCellChecking(boolean b)
Accessor to set the merged cell checking |
void |
setNamesDisabled(boolean b)
Disables the handling of names |
void |
setPropertySets(boolean r)
Sets whether or not to enable any property sets (such as macros) to be copied along with the workbook Leaving this feature enabled will result in the JXL process using more memory |
void |
setRationalization(boolean r)
Sets whether or not to rationalize the cell formats before writing out the sheet. |
void |
setSuppressWarnings(boolean w)
Accessor to set the suppress warnings flag. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkbookSettings()
Method Detail |
public void setArrayGrowSize(int sz)
sz
- the file size in bytespublic int getArrayGrowSize()
public void setInitialFileSize(int sz)
sz
- the file size in bytespublic int getInitialFileSize()
public boolean getDrawingsDisabled()
public boolean getGCDisabled()
public boolean getNamesDisabled()
public void setNamesDisabled(boolean b)
b
- TRUE to disable the names feature, FALSE otherwisepublic void setDrawingsDisabled(boolean b)
b
- TRUE to disable the names feature, FALSE otherwisepublic void setRationalization(boolean r)
r
- the rationalization flagpublic boolean getRationalizationDisabled()
public boolean getMergedCellCheckingDisabled()
public void setMergedCellChecking(boolean b)
b
- - TRUE to enable merged cell checking, FALSE otherwisepublic void setPropertySets(boolean r)
r
- the property sets flagpublic boolean getPropertySetsDisabled()
public void setSuppressWarnings(boolean w)
w
- the flagpublic boolean getFormulaAdjust()
public void setFormulaAdjust(boolean b)
b
- TRUE to adjust formulas, FALSE otherwisepublic void setLocale(java.util.Locale l)
l
- the localepublic java.util.Locale getLocale()
public java.lang.String getEncoding()
public void setEncoding(java.lang.String enc)
enc
- the encodingpublic jxl.biff.formula.FunctionNames getFunctionNames()
public int getCharacterSet()
public void setCharacterSet(int cs)
cs
- the character set encoding valuepublic void setGCDisabled(boolean disabled)
disabled
- TRUE to disable garbage collection, FALSE to enable itpublic void setIgnoreBlanks(boolean ignoreBlanks)
ignoreBlanks
- TRUE to ignore blanks, FALSE to take them into accountpublic boolean getIgnoreBlanks()
public void setCellValidationDisabled(boolean cv)
cv
- TRUE to disable cell validation, FALSE to enable itpublic boolean getCellValidationDisabled()
public java.lang.String getExcelDisplayLanguage()
public java.lang.String getExcelRegionalSettings()
public void setExcelDisplayLanguage(java.lang.String code)
code
- the two character ISO 3166 country codepublic void setExcelRegionalSettings(java.lang.String code)
code
- the two character ISO 3166 country code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |