Class FormComboBoxFieldCreateOptions

Class FormComboBoxFieldCreateOptions

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

Stellt Optionen zum Erstellen von ComboBoxField durch das Aspose.Pdf.Plugins.FormEditor-Plugin dar.

public class FormComboBoxFieldCreateOptions : FormFieldCreateOptions

Vererbung

objectFormFieldOptionsFormFieldCreateOptionsFormComboBoxFieldCreateOptions

Vererbte Mitglieder

FormFieldOptions.Highlighting, FormFieldOptions.UpdateAppearanceOnConvert, FormFieldOptions.UseFontSubset, FormFieldOptions.Flags, FormFieldOptions.Contents, FormFieldOptions.Name, FormFieldOptions.Color, FormFieldOptions.TextHorizontalAlignment, FormFieldOptions.DefaultAppearance, FormFieldOptions.ReadOnly, FormFieldOptions.Required, FormFieldOptions.Exportable, FormFieldOptions.PartialName, FormFieldOptions.AlternateName, FormFieldOptions.MappingName, FormFieldOptions.Value, FormFieldOptions.IsSharedField, FormFieldOptions.FitIntoRectangle, FormFieldOptions.MaxFontSize, FormFieldOptions.MinFontSize, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktoren

FormComboBoxFieldCreateOptions(int, Rectangle)

Initialisiert eine neue Instanz des Aspose.Pdf.Plugins.FormComboBoxFieldCreateOptions-Objekts, das Parameter für das erstellte und hinzugefügte ComboBoxField enthält.

public FormComboBoxFieldCreateOptions(int pageNum, Rectangle rect)

Parameter

pageNum int

Seitenzahl, auf der das hinzugefügte ComboBoxField platziert wird.

rect Rectangle

Setzt das Rechteck des ComboBoxField.

Eigenschaften

Editable

Erhält/setzt den Wert, um zu bestimmen, ob das erstellte ComboBoxField bearbeitbar ist oder nicht (wenn es gesetzt wird).

public bool? Editable { get; set; }

Eigenschaftswert

bool?

Options

Erhält/setzt den Wert, um die Eigenschaft Options für das erstellte ComboBoxField zu bestimmen (wenn es gesetzt wird).

public List<string> Options { get; set; }

Eigenschaftswert

List<string&gt;

Selected

Erhält/setzt den Wert, um die Eigenschaft Selected für das erstellte ComboBoxField zu bestimmen (wenn es gesetzt wird).

public int? Selected { get; set; }

Eigenschaftswert

int?

 Deutsch