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

指定在导出数据中值之间使用的分隔符。默认值为 ‘,’

 中文