<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Groupdocs API References – com.groupdocs.signature.options.search</title>
    <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/</link>
    <description>Recent content in com.groupdocs.signature.options.search on Groupdocs API References</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
	  <atom:link href="https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Nodejs-Java: BarcodeSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/barcodesearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/barcodesearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class BarcodeSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents abstract search Options for Barcode signatures.&lt;/p&gt;
&lt;h2 id=&#34;constructors&#34;&gt;Constructors&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#BarcodeSearchOptions--&#34;&gt;BarcodeSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the SearchBarcodeOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#BarcodeSearchOptions-com.groupdocs.signature.domain.barcodes.BarcodeType-&#34;&gt;BarcodeSearchOptions(BarcodeType encodeType)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the SearchBarcodeOptions class with encode type value.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#BarcodeSearchOptions-com.groupdocs.signature.domain.barcodes.BarcodeType-java.lang.String-&#34;&gt;BarcodeSearchOptions(BarcodeType encodeType, String text)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the SearchBarcodeOptions class with encode type and text values.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getEncodeType--&#34;&gt;getEncodeType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Encode Type property to search Barcodes.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setEncodeType-com.groupdocs.signature.domain.barcodes.BarcodeType-&#34;&gt;setEncodeType(BarcodeType value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Encode Type property to search Barcodes.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getText--&#34;&gt;getText()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Barcode Signature text if it should be searched and matched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setText-java.lang.String-&#34;&gt;setText(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Barcode Signature text if it should be searched and matched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getMatchType--&#34;&gt;getMatchType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets Barcode text Match Type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets Barcode text Match Type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getReturnContent--&#34;&gt;getReturnContent()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets flag to grab Barcode image content of signature on document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setReturnContent-boolean-&#34;&gt;setReturnContent(boolean value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets flag to grab Barcode image content of signature on document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getReturnContentType--&#34;&gt;getReturnContentType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setReturnContentType-com.groupdocs.signature.domain.documentpreview.FileType-&#34;&gt;setReturnContentType(FileType value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;BarcodeSearchOptions--&#34;&gt;BarcodeSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public BarcodeSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the SearchBarcodeOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;BarcodeSearchOptions-com.groupdocs.signature.domain.barcodes.BarcodeType-&#34;&gt;BarcodeSearchOptions(BarcodeType encodeType)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public BarcodeSearchOptions(BarcodeType encodeType)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the SearchBarcodeOptions class with encode type value.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;encodeType&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.barcodes/barcodetype&#34;&gt;BarcodeType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Barcode encode type.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;BarcodeSearchOptions-com.groupdocs.signature.domain.barcodes.BarcodeType-java.lang.String-&#34;&gt;BarcodeSearchOptions(BarcodeType encodeType, String text)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public BarcodeSearchOptions(BarcodeType encodeType, String text)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the SearchBarcodeOptions class with encode type and text values.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;encodeType&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.barcodes/barcodetype&#34;&gt;BarcodeType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Barcode encode type.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;text&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;Set Text of Barcode signature.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getEncodeType--&#34;&gt;getEncodeType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final BarcodeType getEncodeType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Encode Type property to search Barcodes. If this value is not set, search is processed for all supported Barcode Types&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.domain.barcodes/barcodetype&#34;&gt;BarcodeType&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setEncodeType-com.groupdocs.signature.domain.barcodes.BarcodeType-&#34;&gt;setEncodeType(BarcodeType value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setEncodeType(BarcodeType value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Encode Type property to search Barcodes. If this value is not set, search is processed for all supported Barcode Types&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.barcodes/barcodetype&#34;&gt;BarcodeType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getText--&#34;&gt;getText()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getText()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Barcode Signature text if it should be searched and matched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setText-java.lang.String-&#34;&gt;setText(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setText(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Barcode Signature text if it should be searched and matched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getMatchType--&#34;&gt;getMatchType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final int getMatchType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets Barcode text Match Type search. It is used only when Text property is set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
int&lt;/p&gt;
&lt;h3 id=&#34;setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setMatchType(int value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets Barcode text Match Type search. It is used only when Text property is set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;int&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getReturnContent--&#34;&gt;getReturnContent()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final boolean getReturnContent()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets flag to grab Barcode image content of signature on document page. If this flag is set true, Barcode signature image content will keep raw image data by required format  ReturnContentType (#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)). By default this option is disabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
boolean&lt;/p&gt;
&lt;h3 id=&#34;setReturnContent-boolean-&#34;&gt;setReturnContent(boolean value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setReturnContent(boolean value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets flag to grab Barcode image content of signature on document page. If this flag is set true, Barcode signature image content will keep raw image data by required format  ReturnContentType (#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)). By default this option is disabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getReturnContentType--&#34;&gt;getReturnContentType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final FileType getReturnContentType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled. By default it set to Null. That means to return Barcode image content in original format. This image format is specified at  BarcodeSignature.Format (&lt;a href=&#34;../../com.groupdocs.signature.domain.signatures/barcodesignature#getFormat&#34;&gt;BarcodeSignature.getFormat&lt;/a&gt;}) Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than Barcode image content in .png format will be returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.domain.documentpreview/filetype&#34;&gt;FileType&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setReturnContentType-com.groupdocs.signature.domain.documentpreview.FileType-&#34;&gt;setReturnContentType(FileType value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setReturnContentType(FileType value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies file type of returned image content of the Barcode signature when ReturnContent property is enabled. By default it set to Null. That means to return Barcode image content in original format. This image format is specified at  BarcodeSignature.Format (&lt;a href=&#34;../../com.groupdocs.signature.domain.signatures/barcodesignature#getFormat&#34;&gt;BarcodeSignature.getFormat&lt;/a&gt;}) Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than Barcode image content in .png format will be returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.documentpreview/filetype&#34;&gt;FileType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: CertificateSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/certificatesearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/certificatesearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class CertificateSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents search options for Certificate metadata signatures.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Learn more&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#CertificateSearchOptions--&#34;&gt;CertificateSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the TextSearchOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#CertificateSearchOptions-java.lang.String-&#34;&gt;CertificateSearchOptions(String text)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the TextSearchOptions class with text value.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getText--&#34;&gt;getText()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies certificate property text to match on searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setText-java.lang.String-&#34;&gt;setText(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies certificate property text to match on searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getMatchType--&#34;&gt;getMatchType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets text match type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets text match type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;CertificateSearchOptions--&#34;&gt;CertificateSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public CertificateSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the TextSearchOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;CertificateSearchOptions-java.lang.String-&#34;&gt;CertificateSearchOptions(String text)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public CertificateSearchOptions(String text)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the TextSearchOptions class with text value.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;text&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;Set Text of Text signature.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getText--&#34;&gt;getText()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getText()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies certificate property text to match on searching.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setText-java.lang.String-&#34;&gt;setText(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setText(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies certificate property text to match on searching.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getMatchType--&#34;&gt;getMatchType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final int getMatchType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets text match type search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
int&lt;/p&gt;
&lt;h3 id=&#34;setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setMatchType(int value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets text match type search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;int&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: DigitalSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/digitalsearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/digitalsearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class DigitalSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents base options for Digital signatures search&lt;/p&gt;
&lt;h2 id=&#34;constructors&#34;&gt;Constructors&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#DigitalSearchOptions--&#34;&gt;DigitalSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the DigitalSearchOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getComments--&#34;&gt;getComments()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Comments of Digital signature to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setComments-java.lang.String-&#34;&gt;setComments(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Comments of Digital signature to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getSignDateTimeFrom--&#34;&gt;getSignDateTimeFrom()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Date and time range of Digital signature to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setSignDateTimeFrom-java.util.Date-&#34;&gt;setSignDateTimeFrom(Date value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Date and time range of Digital signature to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getSignDateTimeTo--&#34;&gt;getSignDateTimeTo()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Date and time range of Digital Signature to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setSignDateTimeTo-java.util.Date-&#34;&gt;setSignDateTimeTo(Date value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Date and time range of Digital Signature to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getSubjectName--&#34;&gt;getSubjectName()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non empty values specifies distinguished subject name of the certificate to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setSubjectName-java.lang.String-&#34;&gt;setSubjectName(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non empty values specifies distinguished subject name of the certificate to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getIssuerName--&#34;&gt;getIssuerName()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non empty values specifies distinguished name of the certificate issuer to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setIssuerName-java.lang.String-&#34;&gt;setIssuerName(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non empty values specifies distinguished name of the certificate issuer to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;DigitalSearchOptions--&#34;&gt;DigitalSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public DigitalSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the DigitalSearchOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;getComments--&#34;&gt;getComments()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getComments()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Comments of Digital signature to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setComments-java.lang.String-&#34;&gt;setComments(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setComments(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Comments of Digital signature to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getSignDateTimeFrom--&#34;&gt;getSignDateTimeFrom()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final Date getSignDateTimeFrom()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Date and time range of Digital signature to search. Nullable value will be ignored.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.util.Date&lt;/p&gt;
&lt;h3 id=&#34;setSignDateTimeFrom-java.util.Date-&#34;&gt;setSignDateTimeFrom(Date value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setSignDateTimeFrom(Date value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Date and time range of Digital signature to search. Nullable value will be ignored.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.util.Date&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getSignDateTimeTo--&#34;&gt;getSignDateTimeTo()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final Date getSignDateTimeTo()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Date and time range of Digital Signature to search. Nullable value will be ignored.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.util.Date&lt;/p&gt;
&lt;h3 id=&#34;setSignDateTimeTo-java.util.Date-&#34;&gt;setSignDateTimeTo(Date value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setSignDateTimeTo(Date value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Date and time range of Digital Signature to search. Nullable value will be ignored.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.util.Date&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getSubjectName--&#34;&gt;getSubjectName()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getSubjectName()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non empty values specifies distinguished subject name of the certificate to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setSubjectName-java.lang.String-&#34;&gt;setSubjectName(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setSubjectName(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non empty values specifies distinguished subject name of the certificate to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getIssuerName--&#34;&gt;getIssuerName()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getIssuerName()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non empty values specifies distinguished name of the certificate issuer to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setIssuerName-java.lang.String-&#34;&gt;setIssuerName(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setIssuerName(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non empty values specifies distinguished name of the certificate issuer to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: FormFieldSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/formfieldsearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/formfieldsearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class FormFieldSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents abstract search Options for Form-field signatures.&lt;/p&gt;
&lt;h2 id=&#34;constructors&#34;&gt;Constructors&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#FormFieldSearchOptions--&#34;&gt;FormFieldSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the SearchFormFieldOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getType--&#34;&gt;getType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies type of form field signature if it should be searched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setType-java.lang.Integer-&#34;&gt;setType(Integer value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies type of form field signature if it should be searched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getName--&#34;&gt;getName()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies regular expression pattern of form field signature name if it should be searched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setName-java.lang.String-&#34;&gt;setName(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies regular expression pattern of form field signature name if it should be searched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getValue--&#34;&gt;getValue()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies value of form field signature if it should be searched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setValue-java.lang.Object-&#34;&gt;setValue(Object value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies value of form field signature if it should be searched.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;FormFieldSearchOptions--&#34;&gt;FormFieldSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public FormFieldSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the SearchFormFieldOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;getType--&#34;&gt;getType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final Integer getType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies type of form field signature if it should be searched. Default value is null.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.Integer&lt;/p&gt;
&lt;h3 id=&#34;setType-java.lang.Integer-&#34;&gt;setType(Integer value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setType(Integer value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies type of form field signature if it should be searched. Default value is null.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.Integer&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getName--&#34;&gt;getName()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getName()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as &amp;ldquo;text&amp;rdquo; or regular expression like &amp;ldquo;abc\d+&amp;rdquo;. Default value is empty string.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setName-java.lang.String-&#34;&gt;setName(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setName(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies regular expression pattern of form field signature name if it should be searched. You can use it simple as &amp;ldquo;text&amp;rdquo; or regular expression like &amp;ldquo;abc\d+&amp;rdquo;. Default value is empty string.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getValue--&#34;&gt;getValue()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final Object getValue()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies value of form field signature if it should be searched. Default value is null.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.Object&lt;/p&gt;
&lt;h3 id=&#34;setValue-java.lang.Object-&#34;&gt;setValue(Object value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setValue(Object value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies value of form field signature if it should be searched. Default value is null.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.Object&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: ImageSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/imagesearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/imagesearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class ImageSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents search options for Image signatures.&lt;/p&gt;
&lt;h2 id=&#34;constructors&#34;&gt;Constructors&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#ImageSearchOptions--&#34;&gt;ImageSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the ImageSearchOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getReturnContent--&#34;&gt;getReturnContent()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets flag to grab image content of signature on document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setReturnContent-boolean-&#34;&gt;setReturnContent(boolean value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets flag to grab image content of signature on document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getMinContentSize--&#34;&gt;getMinContentSize()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non zero value this flag specifies minimal size of images for search criteria.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setMinContentSize-long-&#34;&gt;setMinContentSize(long value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non zero value this flag specifies minimal size of images for search criteria.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getMaxContentSize--&#34;&gt;getMaxContentSize()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non zero value this flag specifies maximum size of images for search criteria.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setMaxContentSize-long-&#34;&gt;setMaxContentSize(long value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;For non zero value this flag specifies maximum size of images for search criteria.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getReturnContentType--&#34;&gt;getReturnContentType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies file type of returned content of the image signature when ReturnContent property is enabled.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setReturnContentType-com.groupdocs.signature.domain.documentpreview.FileType-&#34;&gt;setReturnContentType(FileType value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies file type of returned content of the image signature when ReturnContent property is enabled.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;ImageSearchOptions--&#34;&gt;ImageSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public ImageSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the ImageSearchOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;getReturnContent--&#34;&gt;getReturnContent()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final boolean getReturnContent()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets flag to grab image content of signature on document page. If this flag is set true, image signature content will keep raw image data by required format  ReturnContentType (#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)). By default this option is disabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
boolean&lt;/p&gt;
&lt;h3 id=&#34;setReturnContent-boolean-&#34;&gt;setReturnContent(boolean value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setReturnContent(boolean value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets flag to grab image content of signature on document page. If this flag is set true, image signature content will keep raw image data by required format  ReturnContentType (#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)). By default this option is disabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getMinContentSize--&#34;&gt;getMinContentSize()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final long getMinContentSize()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non zero value this flag specifies minimal size of images for search criteria. By default this flag is set to zero and does not affect search result.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
long&lt;/p&gt;
&lt;h3 id=&#34;setMinContentSize-long-&#34;&gt;setMinContentSize(long value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setMinContentSize(long value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non zero value this flag specifies minimal size of images for search criteria. By default this flag is set to zero and does not affect search result.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;long&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getMaxContentSize--&#34;&gt;getMaxContentSize()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final long getMaxContentSize()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non zero value this flag specifies maximum size of images for search criteria. By default this flag is set to zero and does not affect search result.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
long&lt;/p&gt;
&lt;h3 id=&#34;setMaxContentSize-long-&#34;&gt;setMaxContentSize(long value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setMaxContentSize(long value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For non zero value this flag specifies maximum size of images for search criteria. By default this flag is set to zero and does not affect search result.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;long&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getReturnContentType--&#34;&gt;getReturnContentType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final FileType getReturnContentType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies file type of returned content of the image signature when ReturnContent property is enabled. By default it set to Null. That means to return image content in original format. This image format is specified at  ImageSignature.Format  Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than image content in original format will be returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.domain.documentpreview/filetype&#34;&gt;FileType&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setReturnContentType-com.groupdocs.signature.domain.documentpreview.FileType-&#34;&gt;setReturnContentType(FileType value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setReturnContentType(FileType value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies file type of returned content of the image signature when ReturnContent property is enabled. By default it set to Null. That means to return image content in original format. This image format is specified at  ImageSignature.Format  Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than image content in original format will be returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.documentpreview/filetype&#34;&gt;FileType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: MetadataSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/metadatasearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/metadatasearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class MetadataSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents abstract search Options for Metadata signatures.&lt;/p&gt;
&lt;h2 id=&#34;constructors&#34;&gt;Constructors&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#MetadataSearchOptions--&#34;&gt;MetadataSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the SearchMetadataOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getName--&#34;&gt;getName()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Metadata Signature name if it should be searched and matched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setName-java.lang.String-&#34;&gt;setName(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Metadata Signature name if it should be searched and matched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getNameMatchType--&#34;&gt;getNameMatchType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets Metadata name Match Type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setNameMatchType-int-&#34;&gt;setNameMatchType(int value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets Metadata name Match Type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getIncludeBuiltinProperties--&#34;&gt;getIncludeBuiltinProperties()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Indicates if Built-in document properties like Document statistic, information etc should be included into Search result.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setIncludeBuiltinProperties-boolean-&#34;&gt;setIncludeBuiltinProperties(boolean value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Indicates if Built-in document properties like Document statistic, information etc should be included into Search result.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getDataEncryption--&#34;&gt;getDataEncryption()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setDataEncryption-com.groupdocs.signature.domain.extensions.encryption.IDataEncryption-&#34;&gt;setDataEncryption(IDataEncryption value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;MetadataSearchOptions--&#34;&gt;MetadataSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public MetadataSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the SearchMetadataOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;getName--&#34;&gt;getName()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getName()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Metadata Signature name if it should be searched and matched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setName-java.lang.String-&#34;&gt;setName(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setName(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Metadata Signature name if it should be searched and matched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getNameMatchType--&#34;&gt;getNameMatchType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final int getNameMatchType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets Metadata name Match Type search. It is used only when Name property is set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
int&lt;/p&gt;
&lt;h3 id=&#34;setNameMatchType-int-&#34;&gt;setNameMatchType(int value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setNameMatchType(int value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets Metadata name Match Type search. It is used only when Name property is set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;int&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getIncludeBuiltinProperties--&#34;&gt;getIncludeBuiltinProperties()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final boolean getIncludeBuiltinProperties()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Indicates if Built-in document properties like Document statistic, information etc should be included into Search result. This flag has sense for Presentation, Spreadhsheet and Word Processing document file types.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
boolean&lt;/p&gt;
&lt;h3 id=&#34;setIncludeBuiltinProperties-boolean-&#34;&gt;setIncludeBuiltinProperties(boolean value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setIncludeBuiltinProperties(boolean value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Indicates if Built-in document properties like Document statistic, information etc should be included into Search result. This flag has sense for Presentation, Spreadhsheet and Word Processing document file types.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getDataEncryption--&#34;&gt;getDataEncryption()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final IDataEncryption getDataEncryption()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setDataEncryption-com.groupdocs.signature.domain.extensions.encryption.IDataEncryption-&#34;&gt;setDataEncryption(IDataEncryption value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setDataEncryption(IDataEncryption value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: QrCodeSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/qrcodesearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/qrcodesearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class QrCodeSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents abstract search Options for QR-Code signatures.&lt;/p&gt;
&lt;h2 id=&#34;constructors&#34;&gt;Constructors&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#QrCodeSearchOptions--&#34;&gt;QrCodeSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the QRCodeSearchOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#QrCodeSearchOptions-com.groupdocs.signature.domain.qrcodes.QrCodeType-&#34;&gt;QrCodeSearchOptions(QrCodeType encodeType)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the QRCodeSearchOptions class with encode type value.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#QrCodeSearchOptions-com.groupdocs.signature.domain.qrcodes.QrCodeType-java.lang.String-&#34;&gt;QrCodeSearchOptions(QrCodeType encodeType, String text)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the QRCodeSearchOptions class with encode type and text values.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getEncodeType--&#34;&gt;getEncodeType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Encode Type property to search QR-Codes.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setEncodeType-com.groupdocs.signature.domain.qrcodes.QrCodeType-&#34;&gt;setEncodeType(QrCodeType value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies Encode Type property to search QR-Codes.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getText--&#34;&gt;getText()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies QR-Code Signature Text if it should be searched and matched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setText-java.lang.String-&#34;&gt;setText(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies QR-Code Signature Text if it should be searched and matched.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getMatchType--&#34;&gt;getMatchType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets QR-Code Text Match Type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets QR-Code Text Match Type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getDataEncryption--&#34;&gt;getDataEncryption()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setDataEncryption-com.groupdocs.signature.domain.extensions.encryption.IDataEncryption-&#34;&gt;setDataEncryption(IDataEncryption value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getReturnContent--&#34;&gt;getReturnContent()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets flag to grab QR-Code image content of signature on document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setReturnContent-boolean-&#34;&gt;setReturnContent(boolean value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets flag to grab QR-Code image content of signature on document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getReturnContentType--&#34;&gt;getReturnContentType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setReturnContentType-com.groupdocs.signature.domain.documentpreview.FileType-&#34;&gt;setReturnContentType(FileType value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;QrCodeSearchOptions--&#34;&gt;QrCodeSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public QrCodeSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the QRCodeSearchOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;QrCodeSearchOptions-com.groupdocs.signature.domain.qrcodes.QrCodeType-&#34;&gt;QrCodeSearchOptions(QrCodeType encodeType)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public QrCodeSearchOptions(QrCodeType encodeType)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the QRCodeSearchOptions class with encode type value.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;encodeType&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.qrcodes/qrcodetype&#34;&gt;QrCodeType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies QR-Code encode type.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;QrCodeSearchOptions-com.groupdocs.signature.domain.qrcodes.QrCodeType-java.lang.String-&#34;&gt;QrCodeSearchOptions(QrCodeType encodeType, String text)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public QrCodeSearchOptions(QrCodeType encodeType, String text)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the QRCodeSearchOptions class with encode type and text values.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;encodeType&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.qrcodes/qrcodetype&#34;&gt;QrCodeType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies QR-Code encode type.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;text&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;Set Text of QR-Code signature.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getEncodeType--&#34;&gt;getEncodeType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final QrCodeType getEncodeType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Encode Type property to search QR-Codes. If this value is not set, search is processed for all supported QR-Code Types.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.domain.qrcodes/qrcodetype&#34;&gt;QrCodeType&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setEncodeType-com.groupdocs.signature.domain.qrcodes.QrCodeType-&#34;&gt;setEncodeType(QrCodeType value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setEncodeType(QrCodeType value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies Encode Type property to search QR-Codes. If this value is not set, search is processed for all supported QR-Code Types.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.qrcodes/qrcodetype&#34;&gt;QrCodeType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getText--&#34;&gt;getText()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getText()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies QR-Code Signature Text if it should be searched and matched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setText-java.lang.String-&#34;&gt;setText(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setText(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies QR-Code Signature Text if it should be searched and matched.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getMatchType--&#34;&gt;getMatchType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final int getMatchType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets QR-Code Text Match Type search. It is used only when Text property is set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
int&lt;/p&gt;
&lt;h3 id=&#34;setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setMatchType(int value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets QR-Code Text Match Type search. It is used only when Text property is set.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;int&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getDataEncryption--&#34;&gt;getDataEncryption()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final IDataEncryption getDataEncryption()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setDataEncryption-com.groupdocs.signature.domain.extensions.encryption.IDataEncryption-&#34;&gt;setDataEncryption(IDataEncryption value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setDataEncryption(IDataEncryption value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets implementation of &lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt; interface to encode and decode QR-Code Signature Text or Data properties.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.extensions.encryption/idataencryption&#34;&gt;IDataEncryption&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getReturnContent--&#34;&gt;getReturnContent()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final boolean getReturnContent()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets flag to grab QR-Code image content of signature on document page. If this flag is set true, QR-Code signature image content will keep raw image data by required format  ReturnContentType (#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)). By default this option is disabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
boolean&lt;/p&gt;
&lt;h3 id=&#34;setReturnContent-boolean-&#34;&gt;setReturnContent(boolean value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setReturnContent(boolean value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets flag to grab QR-Code image content of signature on document page. If this flag is set true, QR-Code signature image content will keep raw image data by required format  ReturnContentType (#getReturnContentType.getReturnContentType/#setReturnContentType(FileType).setReturnContentType(FileType)). By default this option is disabled.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getReturnContentType--&#34;&gt;getReturnContentType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final FileType getReturnContentType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled. By default it set to Null. That means to return QR-Code image content in original format. This image format is specified at  QrCodeSignature.Format () Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than QR-Code image content in original .png will be returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.domain.documentpreview/filetype&#34;&gt;FileType&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setReturnContentType-com.groupdocs.signature.domain.documentpreview.FileType-&#34;&gt;setReturnContentType(FileType value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setReturnContentType(FileType value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled. By default it set to Null. That means to return QR-Code image content in original format. This image format is specified at  QrCodeSignature.Format () Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP. If provided format is not supported than QR-Code image content in original .png will be returned.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.domain.documentpreview/filetype&#34;&gt;FileType&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: SearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/searchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/searchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public abstract class SearchOptions extends OptionsExtensions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents the extract signatures from document options.&lt;/p&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getPageNumber--&#34;&gt;getPageNumber()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets Document page number for searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setPageNumber-java.lang.Integer-&#34;&gt;setPageNumber(Integer value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets Document page number for searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getPagesSetup--&#34;&gt;getPagesSetup()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Options to specify pages for Signature searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setPagesSetup-com.groupdocs.signature.options.PagesSetup-&#34;&gt;setPagesSetup(PagesSetup value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Options to specify pages for Signature searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getAllPages--&#34;&gt;getAllPages()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Flag to search on each Document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setAllPages-boolean-&#34;&gt;setAllPages(boolean value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Flag to search on each Document page.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getSkipExternal--&#34;&gt;getSkipExternal()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Flag to return only signatures marked as IsSignature.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setSkipExternal-boolean-&#34;&gt;setSkipExternal(boolean value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Flag to return only signatures marked as IsSignature.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getSearchPages-int-&#34;&gt;getSearchPages(int totalPages)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Virtual method to get list of pages for Signature extraction.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#toString--&#34;&gt;toString()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Override string conversion.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getPageNumber--&#34;&gt;getPageNumber()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final Integer getPageNumber()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets Document page number for searching. Value is optional.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.Integer&lt;/p&gt;
&lt;h3 id=&#34;setPageNumber-java.lang.Integer-&#34;&gt;setPageNumber(Integer value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setPageNumber(Integer value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets Document page number for searching. Value is optional.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.Integer&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getPagesSetup--&#34;&gt;getPagesSetup()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final PagesSetup getPagesSetup()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Options to specify pages for Signature searching.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
&lt;a href=&#34;../../com.groupdocs.signature.options/pagessetup&#34;&gt;PagesSetup&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;setPagesSetup-com.groupdocs.signature.options.PagesSetup-&#34;&gt;setPagesSetup(PagesSetup value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setPagesSetup(PagesSetup value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Options to specify pages for Signature searching.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;../../com.groupdocs.signature.options/pagessetup&#34;&gt;PagesSetup&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getAllPages--&#34;&gt;getAllPages()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final boolean getAllPages()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Flag to search on each Document page. By default this value is set to true.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
boolean&lt;/p&gt;
&lt;h3 id=&#34;setAllPages-boolean-&#34;&gt;setAllPages(boolean value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setAllPages(boolean value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Flag to search on each Document page. By default this value is set to true.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getSkipExternal--&#34;&gt;getSkipExternal()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final boolean getSkipExternal()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
boolean&lt;/p&gt;
&lt;h3 id=&#34;setSkipExternal-boolean-&#34;&gt;setSkipExternal(boolean value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setSkipExternal(boolean value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;boolean&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getSearchPages-int-&#34;&gt;getSearchPages(int totalPages)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public System.Collections.Generic.List&amp;lt;Integer&amp;gt; getSearchPages(int totalPages)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Virtual method to get list of pages for Signature extraction.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;totalPages&lt;/td&gt;
&lt;td&gt;int&lt;/td&gt;
&lt;td&gt;Total count of pages&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
com.aspose.ms.System.Collections.Generic.List&amp;lt;java.lang.Integer&amp;gt; - List of page numbers&lt;/p&gt;
&lt;h3 id=&#34;toString--&#34;&gt;toString()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public String toString()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Override string conversion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String -&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Nodejs-Java: TextSearchOptions</title>
      <link>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/textsearchoptions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://reference.groupdocs.com/signature/nodejs-java/com.groupdocs.signature.options.search/textsearchoptions/</guid>
      <description>
        
        
        &lt;p&gt;&lt;strong&gt;Inheritance:&lt;/strong&gt;
java.lang.Object, &lt;a href=&#34;../../com.groupdocs.signature.options/optionsextensions&#34;&gt;com.groupdocs.signature.options.OptionsExtensions&lt;/a&gt;, &lt;a href=&#34;../../com.groupdocs.signature.options.search/searchoptions&#34;&gt;com.groupdocs.signature.options.search.SearchOptions&lt;/a&gt;&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public class TextSearchOptions extends SearchOptions
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Represents search options for Text signatures.&lt;/p&gt;
&lt;h2 id=&#34;constructors&#34;&gt;Constructors&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Constructor&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#TextSearchOptions--&#34;&gt;TextSearchOptions()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the TextSearchOptions class with default values.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#TextSearchOptions-java.lang.String-&#34;&gt;TextSearchOptions(String text)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Initializes a new instance of the TextSearchOptions class with text value.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;methods&#34;&gt;Methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getText--&#34;&gt;getText()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies signature text to match on searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setText-java.lang.String-&#34;&gt;setText(String value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies signature text to match on searching.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getMatchType--&#34;&gt;getMatchType()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets text match type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Gets or sets text match type search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#getSignatureImplementation--&#34;&gt;getSignatureImplementation()&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies text signature implementation to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&#34;#setSignatureImplementation-java.lang.Integer-&#34;&gt;setSignatureImplementation(Integer value)&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Specifies text signature implementation to search.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;TextSearchOptions--&#34;&gt;TextSearchOptions()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public TextSearchOptions()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the TextSearchOptions class with default values.&lt;/p&gt;
&lt;h3 id=&#34;TextSearchOptions-java.lang.String-&#34;&gt;TextSearchOptions(String text)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public TextSearchOptions(String text)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Initializes a new instance of the TextSearchOptions class with text value.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;text&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;Set Text of Text signature.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getText--&#34;&gt;getText()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final String getText()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies signature text to match on searching.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.String&lt;/p&gt;
&lt;h3 id=&#34;setText-java.lang.String-&#34;&gt;setText(String value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setText(String value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies signature text to match on searching.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.String&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getMatchType--&#34;&gt;getMatchType()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final int getMatchType()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets text match type search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
int&lt;/p&gt;
&lt;h3 id=&#34;setMatchType-int-&#34;&gt;setMatchType(int value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setMatchType(int value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Gets or sets text match type search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;int&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;getSignatureImplementation--&#34;&gt;getSignatureImplementation()&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final Integer getSignatureImplementation()
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies text signature implementation to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Returns:&lt;/strong&gt;
java.lang.Integer&lt;/p&gt;
&lt;h3 id=&#34;setSignatureImplementation-java.lang.Integer-&#34;&gt;setSignatureImplementation(Integer value)&lt;/h3&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;public final void setSignatureImplementation(Integer value)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Specifies text signature implementation to search.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;value&lt;/td&gt;
&lt;td&gt;java.lang.Integer&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

      </description>
    </item>
    
  </channel>
</rss>
