Class AbstractTextLoadOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Metin değerlerini yüklemek için genel seçenekler
public class AbstractTextLoadOptions : LoadOptions
Miras
object ← LoadOptions ← AbstractTextLoadOptions
Türetilen
HtmlLoadOptions, TxtLoadOptions
Miras Alınan Üyeler
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()
Yapıcılar
AbstractTextLoadOptions()
protected AbstractTextLoadOptions()
Özellikler
ConvertDateTimeData
Metin dosyasındaki dize değerinin tarih verisine dönüştürülüp dönüştürülmeyeceğini belirten bir değeri alır veya ayarlar.
public bool ConvertDateTimeData { get; set; }
Özellik Değeri
ConvertNumericData
Metin dosyasındaki dize değerinin sayısal veriye dönüştürülüp dönüştürülmeyeceğini belirten bir değeri alır veya ayarlar.
public bool ConvertNumericData { get; set; }
Özellik Değeri
Encoding
Varsayılan kodlamayı alır ve ayarlar. Sadece csv dosyası için geçerlidir.
public Encoding Encoding { get; set; }
Özellik Değeri
KeepPrecision
Uzunluğu 15 olan bir dize değerinin ayrıştırılmaması gerektiğini belirtir.
public bool KeepPrecision { get; set; }
Özellik Değeri
LoadStyleStrategy
Dize değerini sayı veya tarih zamanına dönüştürürken ayrıştırılan değerler için stil uygulama stratejisini belirtir.
public TxtLoadStyleStrategy LoadStyleStrategy { get; set; }
Özellik Değeri
Yöntemler
Copy(AbstractTextLoadOptions)
protected void Copy(AbstractTextLoadOptions src)