public class AbstractTextLoadOptions extends LoadOptions
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(AbstractTextLoadOptions src) |
boolean |
getConvertDateTimeData()
Gets a value that indicates whether the string in text file is converted to date data.
|
boolean |
getConvertNumericData()
Gets a value that indicates whether the string in text file is converted to numeric data.
|
Encoding |
getEncoding()
Gets the default encoding.
|
boolean |
getKeepPrecision()
Indicates whether not parsing a string value if the length is 15.
|
int |
getLoadStyleStrategy()
Indicates the strategy to apply style for parsed values when converting string value to number or datetime.
|
void |
setConvertDateTimeData(boolean value)
Sets a value that indicates whether the string in text file is converted to date data.
|
void |
setConvertNumericData(boolean value)
Sets a value that indicates whether the string in text file is converted to numeric data.
|
void |
setEncoding(Encoding value)
Sets the default encoding.
|
void |
setKeepPrecision(boolean value)
Indicates whether not parsing a string value if the length is 15.
|
void |
setLoadStyleStrategy(int value)
Indicates the strategy to apply style for parsed values when converting string value to number or datetime.
|
getAutoFilter, getAutoFitterOptions, getCheckDataValid, getCheckExcelRestriction, getDefaultStyleSettings, getFontConfigs, getIgnoreNotPrinted, getIgnoreUselessShapes, getInterruptMonitor, getKeepUnparsedData, getLanguageCode, getLightCellsDataHandler, getLoadFilter, getLoadFormat, getLocale, getMemorySetting, getParsingFormulaOnOpen, getParsingPivotCachedRecords, getPassword, getPreservePaddingSpacesInFormula, getRegion, getStandardFont, getStandardFontSize, getWarningCallback, setAutoFilter, setAutoFitterOptions, setCheckDataValid, setCheckExcelRestriction, setFontConfigs, setIgnoreNotPrinted, setIgnoreUselessShapes, setInterruptMonitor, setKeepUnparsedData, setLanguageCode, setLightCellsDataHandler, setLoadFilter, setLocale, setMemorySetting, setPaperSize, setParsingFormulaOnOpen, setParsingPivotCachedRecords, setPassword, setPreservePaddingSpacesInFormula, setRegion, setStandardFont, setStandardFontSize, setWarningCallbackprotected void copy(AbstractTextLoadOptions src)
src - public Encoding getEncoding()
public void setEncoding(Encoding value)
public int getLoadStyleStrategy()
See TxtLoadStyleStrategy.
public void setLoadStyleStrategy(int value)
See TxtLoadStyleStrategy.
public boolean getConvertNumericData()
public void setConvertNumericData(boolean value)
public boolean getConvertDateTimeData()
public void setConvertDateTimeData(boolean value)
public boolean getKeepPrecision()
public void setKeepPrecision(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.