Class FormTextBoxFieldSetOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)
Represents options for set properties in TextBoxField by Aspose.Pdf.Plugins.FormEditor plugin.
public class FormTextBoxFieldSetOptions : FormFieldSetOptions
Inheritance
object ← FormFieldOptions ← FormFieldSetOptions ← FormTextBoxFieldSetOptions
Inherited Members
FormFieldSetOptions.Rect , 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
FormTextBoxFieldSetOptions()
public FormTextBoxFieldSetOptions()
Properties
ForceCombs
Gets/sets the value to determine property ForceCombs for modified field (if will be set).
public bool? ForceCombs { get; set; }
Property Value
bool ?
MaxLen
Gets/sets the value to determine property MaxLen for modified field (if will be set).
public int? MaxLen { get; set; }
Property Value
int ?
Multiline
Gets/sets the value to determine property Multiline for modified field (if will be set).
public bool? Multiline { get; set; }
Property Value
bool ?
SpellCheck
Gets/sets the value to determine property SpellCheck for modified field (if will be set).
public bool? SpellCheck { get; set; }
Property Value
bool ?