FormTextFieldType Enumeration |
Defines types of text for WordsProcessing document form fields.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic enum FormTextFieldType
Public Enumeration FormTextFieldType
public enum class FormTextFieldType
Members
| Member name | Value | Description |
---|
| AllTextTypes | 0 | Form field with any type. |
| PlainText | 1 | Form field with plain text type. |
| RichText | 2 | Form field with rich text type. |
See Also