Class FormTextBoxFieldCreateOptions

Class FormTextBoxFieldCreateOptions

De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.4.0)

Vertegenwoordigt de opties voor het maken van TextBoxField door Aspose.Pdf.Plugins.FormEditor plugin.

public class FormTextBoxFieldCreateOptions : FormFieldCreateOptions

Inheritance

object FormFieldOptions FormFieldCreateOptions FormTextBoxFieldCreateOptions

Geëerbiede leden

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

Constructors

FormTextBoxFieldCreateOptions(Intentie, rectangle)

Initialiseert een nieuwe instantie van het Aspose.Pdf.Plugins.FormTextBoxFieldCreateOptions object, dat parameters bevat voor het maken en toevoegen van TextBoxField.

public FormTextBoxFieldCreateOptions(int pageNum, Rectangle rect)

Parameters

pageNum int

Pagina nummer waarop de toegevoegde TextBoxField zal worden geplaatst.

rect Rectangle

TextBoxField rectangle.

Properties

ForceCombs

Geeft/installeert de waarde om te bepalen of de gecreëerde TextBoxField voorkomt of niet (als deze wordt ingesteld).

public bool? ForceCombs { get; set; }

Eigendomswaarde

bool ?

MaxLen

Geeft/installeert de waarde om de eigenschap MaxLen te bepalen voor de gecreëerde TextBoxField (als deze wordt ingesteld).

public int? MaxLen { get; set; }

Eigendomswaarde

int ?

Multiline

Geeft/installeert de waarde om te bepalen of de gecreëerde TextBoxField multilijn is of niet (als deze wordt ingesteld).

public bool? Multiline { get; set; }

Eigendomswaarde

bool ?

SpellCheck

Geeft/installeert de waarde om te bepalen of de gecreëerde TextBoxField is spellcheck of niet (als deze wordt ingesteld).

public bool? SpellCheck { get; set; }

Eigendomswaarde

bool ?

 Nederlands