Inherits IAbstractTextLoadOptions.
|
| virtual Aspose::Cells::Systems::Char | GetSeparator ()=0 |
| | Gets character separator of text file. More...
|
| |
| virtual void | SetSeparator (Aspose::Cells::Systems::Char value)=0 |
| | Sets character separator of text file. More...
|
| |
| virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetSeparatorString ()=0 |
| | Gets the a string value as separator. More...
|
| |
| virtual void | SetSeparatorString (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| | Sets the a string value as separator. More...
|
| |
| virtual bool | IsMultiEncoded ()=0 |
| | True means that the file contains several encoding. More...
|
| |
| virtual void | SetMultiEncoded (bool value)=0 |
| | True means that the file contains several encoding. More...
|
| |
| virtual bool | HasFormula ()=0 |
| | Indicates whether the text is formula if it starts with "=". More...
|
| |
| virtual void | SetHasFormula (bool value)=0 |
| | Indicates whether the text is formula if it starts with "=". More...
|
| |
| virtual bool | HasTextQualifier ()=0 |
| | Whether there is text qualifier for cell value. Default is true. More...
|
| |
| virtual void | SetHasTextQualifier (bool value)=0 |
| | Whether there is text qualifier for cell value. Default is true. More...
|
| |
| virtual Aspose::Cells::Systems::Char | GetTextQualifier ()=0 |
| | Specifies the text qualifier for cell values. Default qualifier is '"'. More...
|
| |
| virtual void | SetTextQualifier (Aspose::Cells::Systems::Char value)=0 |
| | Specifies the text qualifier for cell values. Default qualifier is '"'. More...
|
| |
| virtual bool | GetTreatConsecutiveDelimitersAsOne ()=0 |
| | Whether consecutive delimiters should be treated as one. More...
|
| |
| virtual void | SetTreatConsecutiveDelimitersAsOne (bool value)=0 |
| | Whether consecutive delimiters should be treated as one. More...
|
| |
| virtual bool | GetTreatQuotePrefixAsValue ()=0 |
| | Indicates whether the leading single quote sign should be taken as part of the value of one cell. Default is true. If it is false, the leading single quote will be removed from corresponding cell's value and Style.QuotePrefix will be set as true for the cell. More...
|
| |
| virtual void | SetTreatQuotePrefixAsValue (bool value)=0 |
| | Indicates whether the leading single quote sign should be taken as part of the value of one cell. Default is true. If it is false, the leading single quote will be removed from corresponding cell's value and Style.QuotePrefix will be set as true for the cell. More...
|
| |
| virtual bool | GetExtendToNextSheet ()=0 |
| | Whether extends data to next sheet when the rows or columns of data exceed limit. If this property is true, extra data will be extended to next sheet behind current one(if current sheet is the last one, new sheet will be appended to current workbook). If this property is false, the data exceeds limit will be ignored. Default is false; More...
|
| |
| virtual void | SetExtendToNextSheet (bool value)=0 |
| | Whether extends data to next sheet when the rows or columns of data exceed limit. If this property is true, extra data will be extended to next sheet behind current one(if current sheet is the last one, new sheet will be appended to current workbook). If this property is false, the data exceeds limit will be ignored. Default is false; More...
|
| |
Represents the options for loading text file.