Class FormEditorAddOptions

Class FormEditorAddOptions

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

Aspose.Pdf.Plugins.FormEditor プラグインによって文書にフィールドを追加するためのオプションを表します。

public sealed class FormEditorAddOptions : FormEditorOptions, IPluginOptions

継承

objectFormOptionsFormEditorOptionsFormEditorAddOptions

実装

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

コンストラクター

FormEditorAddOptions(List<formfieldcreateoptions>)

PdfFormAddFieldsOptions オブジェクトの新しいインスタンスを初期化します。

public FormEditorAddOptions(List<formfieldcreateoptions> fieldsCreateOptions)

パラメーター

fieldsCreateOptions List<FormFieldCreateOptions&gt;

追加される各フィールドのオプションを設定する FormFieldCreateOptions の子要素のリスト。 リストの各要素は、追加される1つのフィールドに対応します。

 日本語