Back to Devexpress

PdfTextFormField Members

officefileapi-devexpress-dot-pdf-dot-pdftextformfield-dot-underscore-members.md

latest7.2 KB
Original Source

PdfTextFormField Members

Represents a text field on a PDF form.

Properties

NameDescription
ActionsProvides access to actions that define the field’s behavior in response to various trigger events. Inherited from PdfInteractiveFormField.
AlternateNameGets an alternate name specified for an interactive form field. Inherited from PdfInteractiveFormField.
AppearanceCommandsGets the appearance commands for an interactive form field. Inherited from PdfInteractiveFormField.
DefaultStyleGets the default style string. Inherited from PdfInteractiveFormField.
DefaultTextGets the default text of the text form field.
ExportGets or sets whether to export the field if it is associated with a Submit A Form action. Inherited from PdfInteractiveFormField.
FlagsGets or sets flags specifying various document-level characteristics related to interactive form fields. Inherited from PdfInteractiveFormField.
FormProvides access to the contents and properties of a document’s interactive form. Inherited from PdfInteractiveFormField.
InputTypeSpecifies text form field’s input type.
KidsGets the collection of interactive form field children. Inherited from PdfInteractiveFormField.
MappingNameGets the mapping name that is used when exporting interactive form field data from the document. Inherited from PdfInteractiveFormField.
MaxLenGets the maximum length of the field’s text, in characters.
MultilineGets or sets whether the text field can contain multiple lines of text.
NameGets the partial field name. Inherited from PdfInteractiveFormField.
ParentGets the parent of the field in the interactive form field hierarchy. Inherited from PdfInteractiveFormField.
ReadOnlyGets or sets whether the form field is read-only. Inherited from PdfInteractiveFormField.
RequiredGets or sets whether to force users to complete the form field. Inherited from PdfInteractiveFormField.
RichTextDataGets the rich text string that contains formatting (style) information. Inherited from PdfInteractiveFormField.
ScrollableGets or sets whether to scroll the text field when the text does not fit its rectangle.
SpellCheckGets or sets whether to check spelling in the text form field.
TextGets the text form field’s text.
TextJustificationGets the form of quadding (justification) that is used in displaying the text. Inherited from PdfInteractiveFormField.
TypeRetrieves the form field type.
WidgetGets the widget annotation associated with the interactive form field. Inherited from PdfInteractiveFormField.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfTextFormField Class

DevExpress.Pdf Namespace