com.groupdocs.signature.domain.enums

Class FormTextFieldType



  • public final class FormTextFieldType
    extends Object

    Defines types of text for WordsProcessing document form fields.

    • Field Detail

      • AllTextTypes

        public static final int AllTextTypes

        Form field with any type.

        See Also:
        Constant Field Values
      • PlainText

        public static final int PlainText

        Form field with plain text type.

        See Also:
        Constant Field Values
      • RichText

        public static final int RichText

        Form field with rich text type.

        See Also:
        Constant Field Values