Class FormExporterValuesToCsvOptions

Class FormExporterValuesToCsvOptions

Numele spaţiului: Aspose.Pdf.Plugins Asamblare: Aspose.PDF.dll (25.4.0)

Representează opțiunile de export Valorile proprietății(s) de câmp(s) specificat(s) (nu anotații).

public sealed class FormExporterValuesToCsvOptions : FormExporterOptions, IPluginOptions

Inheritance

object FormOptions FormExporterOptions FormExporterValuesToCsvOptions

Implements

IPluginOptions

Membrii moștenitori

FormOptions.AddInput(IDataSource) , FormOptions.AddOutput(IDataSource) , FormOptions.Inputs , FormOptions.Outputs , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FormExporterValuesToCsvOptions(Călătorește, char)

Inițializează o nouă instanță a obiectului Aspose.Pdf.Plugins.FormExporterValuesToCsvOptions,în care sunt specificate câmpurile ale căror date vor fi exportate și separatorul pentru datele exportate.

public FormExporterValuesToCsvOptions(SelectField selectField, char delimeter = ',')

Parameters

selectField SelectField

Delegat care determină proprietățile cărui câmp(e) să stabilească valori.

delimeter char

Specifică delimetrul de utilizare în datele exportate între valori. valoarea standard este ‘’,

 Română