com.groupdocs.signature.options.search

Class MetadataSearchOptions



  • public class MetadataSearchOptions
    extends SearchOptions

    Represents abstract search Options for Metadata signatures.

    • Constructor Detail

      • MetadataSearchOptions

        public MetadataSearchOptions()

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

    • Method Detail

      • getDataEncryption

        public final IDataEncryption getDataEncryption()

        Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties.

      • getIncludeBuiltinProperties

        public final boolean getIncludeBuiltinProperties()

        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.

      • getName

        public final String getName()

        Specifies Metadata Signature name if it should be searched and matched.

      • getNameMatchType

        public final int getNameMatchType()

        Gets or sets Metadata name Match Type search. It is used only when Name property is set.

      • setDataEncryption

        public final void setDataEncryption(IDataEncryption value)

        Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties.

      • setIncludeBuiltinProperties

        public final void setIncludeBuiltinProperties(boolean value)

        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.

      • setName

        public final void setName(String value)

        Specifies Metadata Signature name if it should be searched and matched.

      • setNameMatchType

        public final void setNameMatchType(int value)

        Gets or sets Metadata name Match Type search. It is used only when Name property is set.