Class AbstractTextLoadOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Allgemeine Optionen zum Laden von Textwerten
public class AbstractTextLoadOptions : LoadOptions
Vererbung
object ← LoadOptions ← AbstractTextLoadOptions
Abgeleitet
HtmlLoadOptions, TxtLoadOptions
Vererbte Mitglieder
LoadOptions.m_LoadFormat, LoadOptions.SetPaperSize(PaperSizeType), LoadOptions.LoadFormat, LoadOptions.Password, LoadOptions.ParsingFormulaOnOpen, LoadOptions.ParsingPivotCachedRecords, LoadOptions.LanguageCode, LoadOptions.Region, LoadOptions.CultureInfo, LoadOptions.DefaultStyleSettings, LoadOptions.InterruptMonitor, LoadOptions.IgnoreNotPrinted, LoadOptions.CheckDataValid, LoadOptions.CheckExcelRestriction, LoadOptions.KeepUnparsedData, LoadOptions.LoadFilter, LoadOptions.LightCellsDataHandler, LoadOptions.MemorySetting, LoadOptions.WarningCallback, LoadOptions.AutoFitterOptions, LoadOptions.AutoFilter, LoadOptions.FontConfigs, LoadOptions.IgnoreUselessShapes, LoadOptions.PreservePaddingSpacesInFormula, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktoren
AbstractTextLoadOptions()
protected AbstractTextLoadOptions()
Eigenschaften
ConvertDateTimeData
Erhält oder setzt einen Wert, der angibt, ob der String in der Textdatei in Datumsdaten umgewandelt wird.
public bool ConvertDateTimeData { get; set; }
Eigenschaftswert
ConvertNumericData
Erhält oder setzt einen Wert, der angibt, ob der String in der Textdatei in numerische Daten umgewandelt wird.
public bool ConvertNumericData { get; set; }
Eigenschaftswert
Encoding
Erhält und setzt die Standardkodierung. Gilt nur für CSV-Dateien.
public Encoding Encoding { get; set; }
Eigenschaftswert
KeepPrecision
Gibt an, ob ein Stringwert nicht geparst wird, wenn die Länge 15 beträgt.
public bool KeepPrecision { get; set; }
Eigenschaftswert
LoadStyleStrategy
Gibt die Strategie an, um den Stil für geparste Werte anzuwenden, wenn der Stringwert in eine Zahl oder ein Datum umgewandelt wird.
public TxtLoadStyleStrategy LoadStyleStrategy { get; set; }
Eigenschaftswert
Methoden
Copy(AbstractTextLoadOptions)
protected void Copy(AbstractTextLoadOptions src)