java.lang.ObjectLoadOptions
com.aspose.cells.TxtLoadOptions
public class TxtLoadOptions
Constructor Summary |
---|
TxtLoadOptions()
Creates the options for loading text file. |
TxtLoadOptions(int loadFormat)
Creates the options for loading text file. |
Property Getters/Setters Summary | ||
---|---|---|
boolean | getConvertDateTimeData() | |
void | setConvertDateTimeData(boolean value) | |
Gets or sets a value that indicates whether the string in text file is converted to date data. | ||
boolean | getConvertNumericData() | → inherited from LoadOptions |
void | setConvertNumericData(boolean value) | |
Gets or sets a value that indicates whether the string in text file is converted to numeric data. | ||
com.aspose.cells.Encoding | getEncoding() | |
void | setEncoding(com.aspose.cells.Encoding value) | |
Gets and sets the default encoding.Only applies for csv file. | ||
boolean | getIgnoreNotPrinted() | → inherited from LoadOptions |
void | setIgnoreNotPrinted(boolean value) | |
Ignore the data which are not printed if directly printing the file | ||
InterruptMonitor | getInterruptMonitor() | → inherited from LoadOptions |
void | setInterruptMonitor(InterruptMonitor value) | |
Gets and sets the interrupt monitor. | ||
int | getLanguageCode() | → inherited from LoadOptions |
void | setLanguageCode(int 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. | ||
boolean | getLoadDataOnly() | → inherited from LoadOptions |
void | setLoadDataOnly(boolean value) | |
If true, only loads data and formulas from the file,other contents and settings are all discarded. | ||
LoadDataOption | getLoadDataOptions() | → inherited from LoadOptions |
void | setLoadDataOptions(LoadDataOption value) | |
Only effects when OnlyLoadData is true. | ||
int | getLoadFormat() | → inherited from LoadOptions |
Gets and set the load format. The value of the property is LoadFormat integer constant. | ||
java.util.Locale | getLocale() | → inherited from LoadOptions |
void | setLocale(java.util.Locale value) | |
Gets and sets the Locale used for workbook. | ||
boolean | getOnlyLoadDocumentProperties() | → inherited from LoadOptions |
void | setOnlyLoadDocumentProperties(boolean value) | |
If true, only loads document properties | ||
boolean | getParsingFormulaOnOpen() | → inherited from LoadOptions |
void | setParsingFormulaOnOpen(boolean value) | |
Indicates whether parsing the formula when reading the file. | ||
java.lang.String | getPassword() | → inherited from LoadOptions |
void | setPassword(java.lang.String value) | |
Gets and set the password of the workbook. | ||
com.aspose.cells.ICustomParser[] | getPreferredParsers() | |
void | setPreferredParsers(com.aspose.cells.ICustomParser[] value) | |
Gets and sets preferred value parsers for loading text file. | ||
int | getRegion() | → inherited from LoadOptions |
void | setRegion(int value) | |
Gets or sets the system regional settings based on CountryCode at the time the file was saved. The value of the property is CountryCode integer constant. | ||
char | getSeparator() | |
void | setSeparator(char value) | |
Gets and sets char Delimiter of text file. | ||
java.lang.String | getSeparatorString() | |
void | setSeparatorString(java.lang.String value) | |
Gets and sets the a string value as separator. | ||
java.lang.String | getStandardFont() | → inherited from LoadOptions |
void | setStandardFont(java.lang.String value) | |
Sets the default standard font name | ||
double | getStandardFontSize() | → inherited from LoadOptions |
void | setStandardFontSize(double value) | |
Sets the default standard font size. |
Constructor Detail |
---|
public TxtLoadOptions()
public TxtLoadOptions(int loadFormat)
loadFormat
- A Property Getters/Setters Detail |
---|
getSeparator/setSeparator | |
public char getSeparator() / public void setSeparator(char value) |
getSeparatorString/setSeparatorString | |
public java.lang.String getSeparatorString() / public void setSeparatorString(java.lang.String value) |
getEncoding/setEncoding | |
public com.aspose.cells.Encoding getEncoding() / public void setEncoding(com.aspose.cells.Encoding value) |
getPreferredParsers/setPreferredParsers | |
public com.aspose.cells.ICustomParser[] getPreferredParsers() / public void setPreferredParsers(com.aspose.cells.ICustomParser[] value) |
getConvertDateTimeData/setConvertDateTimeData | |
public boolean getConvertDateTimeData() / public void setConvertDateTimeData(boolean value) |
getLoadFormat | → inherited from LoadOptions |
public int getLoadFormat() |
getPassword/setPassword | → inherited from LoadOptions |
public java.lang.String getPassword() / public void setPassword(java.lang.String value) |
getParsingFormulaOnOpen/setParsingFormulaOnOpen | → inherited from LoadOptions |
public boolean getParsingFormulaOnOpen() / public void setParsingFormulaOnOpen(boolean value) |
getLoadDataOnly/setLoadDataOnly | → inherited from LoadOptions |
public boolean getLoadDataOnly() / public void setLoadDataOnly(boolean value) |
getOnlyLoadDocumentProperties/setOnlyLoadDocumentProperties | → inherited from LoadOptions |
public boolean getOnlyLoadDocumentProperties() / public void setOnlyLoadDocumentProperties(boolean value) |
getLoadDataOptions/setLoadDataOptions | → inherited from LoadOptions |
public LoadDataOption getLoadDataOptions() / public void setLoadDataOptions(LoadDataOption value) |
getLanguageCode/setLanguageCode | → inherited from LoadOptions |
public int getLanguageCode() / public void setLanguageCode(int value) |
getRegion/setRegion | → inherited from LoadOptions |
public int getRegion() / public void setRegion(int value) |
getLocale/setLocale | → inherited from LoadOptions |
public java.util.Locale getLocale() / public void setLocale(java.util.Locale value) |
getConvertNumericData/setConvertNumericData | → inherited from LoadOptions |
public boolean getConvertNumericData() / public void setConvertNumericData(boolean value) |
getStandardFont/setStandardFont | → inherited from LoadOptions |
public java.lang.String getStandardFont() / public void setStandardFont(java.lang.String value) |
getStandardFontSize/setStandardFontSize | → inherited from LoadOptions |
public double getStandardFontSize() / public void setStandardFontSize(double value) |
getInterruptMonitor/setInterruptMonitor | → inherited from LoadOptions |
public InterruptMonitor getInterruptMonitor() / public void setInterruptMonitor(InterruptMonitor value) |
getIgnoreNotPrinted/setIgnoreNotPrinted | → inherited from LoadOptions |
public boolean getIgnoreNotPrinted() / public void setIgnoreNotPrinted(boolean value) |