Constructor Summary |
---|
ODSLoadOptions()
Represents the options of loading ods file. |
ODSLoadOptions(type)
Represents the options of loading ods file. |
Property Getters/Setters Summary | ||
---|---|---|
function | getApplyExcelDefaultStyleToHyperlink() | |
function | setApplyExcelDefaultStyleToHyperlink(value) | |
Indicates whether applying the default style of the Excel to hyperlink. | ||
function | getAutoFitterOptions() | |
function | setAutoFitterOptions(value) | |
Gets and sets the auto fitter options | ||
function | getCheckExcelRestriction() | |
function | setCheckExcelRestriction(value) | |
Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. | ||
function | getConvertNumericData() | |
function | setConvertNumericData(value) | |
Gets or sets a value that indicates whether the string in text file is converted to numeric data. | ||
function | getFontConfigs() | |
function | setFontConfigs(value) | |
Gets and sets individual font configs.
Only works for the |
||
function | getIgnoreNotPrinted() | |
function | setIgnoreNotPrinted(value) | |
Ignore the data which are not printed if directly printing the file | ||
function | getInterruptMonitor() | |
function | setInterruptMonitor(value) | |
Gets and sets the interrupt monitor. | ||
function | getLanguageCode() | |
function | setLanguageCode(value) | |
Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file. The value of the property is CountryCode integer constant. | ||
function | getLightCellsDataHandler() | |
function | setLightCellsDataHandler(value) | |
The data handler for processing cells data when reading template file. | ||
function | getLoadDataAndFormatting() | |
function | setLoadDataAndFormatting(value) | |
If true, only loads data , formulas and formatting from the file, other contents and settings are all discarded. For example : shapes ,validation,conditional formatting,pivotables are not loaded. | ||
function | getLoadDataFilterOptions() | |
function | setLoadDataFilterOptions(value) | |
The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant. | ||
function | getLoadDataOnly() | |
function | setLoadDataOnly(value) | |
If true, only loads data and formulas from the file, other contents and settings are all discarded. | ||
function | getLoadDataOptions() | |
function | setLoadDataOptions(value) | |
Only effects when OnlyLoadData is true. | ||
function | getLoadFilter() | |
function | setLoadFilter(value) | |
The filter to denote how to load data. | ||
function | getLoadFormat() | |
Gets the load format. The value of the property is LoadFormat integer constant. | ||
function | getLocale() | |
function | setLocale(value) | |
Gets and sets the Locale used for workbook at the time the file was loaded. | ||
function | getMemorySetting() | |
function | setMemorySetting(value) | |
Gets or sets the memory usage options. The value of the property is MemorySetting integer constant. | ||
function | getOnlyLoadDocumentProperties() | |
function | setOnlyLoadDocumentProperties(value) | |
If true, only loads document properties | ||
function | getParsingFormulaOnOpen() | |
function | setParsingFormulaOnOpen(value) | |
Indicates whether parsing the formula when reading the file. | ||
function | getParsingPivotCachedRecords() | |
function | setParsingPivotCachedRecords(value) | |
Inidicates whether parsing pivot cached records when loadiing the file. The default value is false. | ||
function | getPassword() | |
function | setPassword(value) | |
Gets and set the password of the workbook. | ||
function | getRegion() | |
function | setRegion(value) | |
Gets or sets the system regional settings based on CountryCode at the time the file was loaded. The value of the property is CountryCode integer constant. | ||
function | getStandardFont() | |
function | setStandardFont(value) | |
Sets the default standard font name | ||
function | getStandardFontSize() | |
function | setStandardFontSize(value) | |
Sets the default standard font size. | ||
function | getWarningCallback() | |
function | setWarningCallback(value) | |
Gets or sets warning callback. |
Method Summary | ||
---|---|---|
function | setPaperSize(type) | → inherited from LoadOptions |
Sets the default print paper size from default printer's setting. |
Constructor Detail |
---|
function ODSLoadOptions()
function ODSLoadOptions(type)
type: Number
- A Property Getters/Setters Detail |
---|
getApplyExcelDefaultStyleToHyperlink/setApplyExcelDefaultStyleToHyperlink : boolean | |
function getApplyExcelDefaultStyleToHyperlink() / function setApplyExcelDefaultStyleToHyperlink(value) |
getLoadFormat : Number | |
function getLoadFormat() |
getPassword/setPassword : String | |
function getPassword() / function setPassword(value) |
getParsingFormulaOnOpen/setParsingFormulaOnOpen : boolean | |
function getParsingFormulaOnOpen() / function setParsingFormulaOnOpen(value) |
getParsingPivotCachedRecords/setParsingPivotCachedRecords : boolean | |
function getParsingPivotCachedRecords() / function setParsingPivotCachedRecords(value) |
getLoadDataAndFormatting/setLoadDataAndFormatting : boolean | |
function getLoadDataAndFormatting() / function setLoadDataAndFormatting(value) |
getLoadDataOnly/setLoadDataOnly : boolean | |
function getLoadDataOnly() / function setLoadDataOnly(value) |
getOnlyLoadDocumentProperties/setOnlyLoadDocumentProperties : boolean | |
function getOnlyLoadDocumentProperties() / function setOnlyLoadDocumentProperties(value) |
getLoadDataOptions/setLoadDataOptions : LoadDataOption | |
function getLoadDataOptions() / function setLoadDataOptions(value) |
getLanguageCode/setLanguageCode : Number | |
function getLanguageCode() / function setLanguageCode(value) |
getRegion/setRegion : Number | |
function getRegion() / function setRegion(value) |
getLocale/setLocale : Locale | |
function getLocale() / function setLocale(value) |
getConvertNumericData/setConvertNumericData : boolean | |
function getConvertNumericData() / function setConvertNumericData(value) |
getStandardFont/setStandardFont : String | |
function getStandardFont() / function setStandardFont(value) |
getStandardFontSize/setStandardFontSize : Number | |
function getStandardFontSize() / function setStandardFontSize(value) |
getInterruptMonitor/setInterruptMonitor : InterruptMonitor | |
function getInterruptMonitor() / function setInterruptMonitor(value) |
getIgnoreNotPrinted/setIgnoreNotPrinted : boolean | |
function getIgnoreNotPrinted() / function setIgnoreNotPrinted(value) |
getCheckExcelRestriction/setCheckExcelRestriction : boolean | |
function getCheckExcelRestriction() / function setCheckExcelRestriction(value) |
getLoadFilter/setLoadFilter : LoadFilter | |
function getLoadFilter() / function setLoadFilter(value) |
getLoadDataFilterOptions/setLoadDataFilterOptions : Number | |
function getLoadDataFilterOptions() / function setLoadDataFilterOptions(value) |
getLightCellsDataHandler/setLightCellsDataHandler : LightCellsDataHandler | |
function getLightCellsDataHandler() / function setLightCellsDataHandler(value) |
getMemorySetting/setMemorySetting : Number | |
function getMemorySetting() / function setMemorySetting(value) |
getWarningCallback/setWarningCallback : IWarningCallback | |
function getWarningCallback() / function setWarningCallback(value) |
getAutoFitterOptions/setAutoFitterOptions : AutoFitterOptions | |
function getAutoFitterOptions() / function setAutoFitterOptions(value) |
getFontConfigs/setFontConfigs : IndividualFontConfigs | |
function getFontConfigs() / function setFontConfigs(value) |
Method Detail |
---|
setPaperSize | |
function setPaperSize(type) |
type: Number
- A