Back to Devexpress

PdfInteractiveFormField Members

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

latest4.8 KB
Original Source

PdfInteractiveFormField Members

Represents interactive form field data (e.g., text boxes, radio buttons, combo boxes) in a document.

Properties

NameDescription
ActionsProvides access to actions that define the field’s behavior in response to various trigger events.
AlternateNameGets an alternate name specified for an interactive form field.
AppearanceCommandsGets the appearance commands for an interactive form field.
DefaultStyleGets the default style string.
ExportGets or sets whether to export the field if it is associated with a Submit A Form action.
FlagsGets or sets flags specifying various document-level characteristics related to interactive form fields.
FormProvides access to the contents and properties of a document’s interactive form.
KidsGets the collection of interactive form field children.
MappingNameGets the mapping name that is used when exporting interactive form field data from the document.
NameGets the partial field name.
ParentGets the parent of the field in the interactive form field hierarchy.
ReadOnlyGets or sets whether the form field is read-only.
RequiredGets or sets whether to force users to complete the form field.
RichTextDataGets the rich text string that contains formatting (style) information.
TextJustificationGets the form of quadding (justification) that is used in displaying the text.
TypeRetrieves the form field type.
WidgetGets the widget annotation associated with the interactive form field.

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

PdfInteractiveFormField Class

DevExpress.Pdf Namespace