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

エクスポートされたデータの値間で使用する区切り文字を指定します。デフォルト値は’,‘です。

 日本語