Class FormExporterValuesToCsvOptions

Class FormExporterValuesToCsvOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

يمثل خيارات تصدير خاصية القيمة (القيم) للحقل (الحقول) المحددة (وليس التعليقات التوضيحية).

public sealed class FormExporterValuesToCsvOptions : FormExporterOptions, IPluginOptions

الوراثة

objectFormOptionsFormExporterOptionsFormExporterValuesToCsvOptions

التنفيذ

IPluginOptions

الأعضاء الموروثة

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()

المنشئات

FormExporterValuesToCsvOptions(SelectField, char)

يقوم بتهيئة مثيل جديد من كائن Aspose.Pdf.Plugins.FormExporterValuesToCsvOptions، حيث يتم تحديد الحقول التي سيتم تصدير بياناتها والفاصل لبيانات التصدير.

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

المعلمات

selectField SelectField

مفوض يحدد الخصائص التي يجب تعيين القيم لها.

delimeter char

يحدد الفاصل الذي سيتم استخدامه في البيانات المصدرة بين القيم. القيمة الافتراضية هي ‘,’

 عربي