com.groupdocs.signature.options.search

Class FormFieldSearchOptions



  • public class FormFieldSearchOptions
    extends SearchOptions

    Represents abstract search Options for Form-field signatures.

    • Constructor Detail

      • FormFieldSearchOptions

        public FormFieldSearchOptions()

        Initializes a new instance of the SearchFormFieldOptions class with default values.

    • Method Detail

      • getName

        public final String getName()

        Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as "text" or regular expression like "abc\d+". Default value is empty string.

      • getType

        public final Integer getType()

        Specifies type of form field signature if it should be searched. Default value is null.

      • getValue

        public final Object getValue()

        Specifies value of form field signature if it should be searched. Default value is null.

      • setName

        public final void setName(String value)

        Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as "text" or regular expression like "abc\d+". Default value is empty string.

      • setType

        public final void setType(Integer value)

        Specifies type of form field signature if it should be searched. Default value is null.

      • setValue

        public final void setValue(Object value)

        Specifies value of form field signature if it should be searched. Default value is null.