FieldType Enum
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Taxonomy - Assembly:
UiPath.DocumentProcessing.Contracts
Description
A public enumeration that contains the supported field types for a Field.
Fields
Address- A field that contains the address. Supports formatting and editing ofAddress Line 1,Address Line 2,Address Line 3,City,State / County / Province,Country, andZip Postal Code.Date- A field that contains the date. Supports formatting and editing ofDay,Month, andYear.Name- A field that contains the name. Supports formatting and editing ofGiven Name,Middle Name, andLast Name.Number- A field that contains the phone number. Supports formatting and editing of a numericValue.Text- A field that contains the text.Boolean- A field that supports boolean values. Supports reporting and editing of aYes / Nooption.Keyword- A field that contains keywords.Set- A field that supports a preconfigured list of possible values.Table- A field that supports tables. For a table field to be fully configured, a list of columns must be defined in theFieldobject'sComponentsproperty. A table column cannot be of theTabletype.FieldGroup- A field that contains a a logical grouping of related fields.MonetaryQuantity- A field that supports amount and currency values.