public class MetadataSearchOptions extends SearchOptions
Represents abstract search Options for Metadata signatures.
Constructor and Description |
---|
MetadataSearchOptions()
Initializes a new instance of the SearchMetadataOptions class with default values.
|
Modifier and Type | Method and Description |
---|---|
IDataEncryption |
getDataEncryption()
Gets or sets implementation of
IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties. |
boolean |
getIncludeBuiltinProperties()
Indicates if Built-in document properties like Document statistic, information etc should be included into Search result.
|
String |
getName()
Specifies Metadata Signature name if it should be searched and matched.
|
int |
getNameMatchType()
Gets or sets Metadata name Match Type search.
|
void |
setDataEncryption(IDataEncryption value)
Gets or sets implementation of
IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties. |
void |
setIncludeBuiltinProperties(boolean value)
Indicates if Built-in document properties like Document statistic, information etc should be included into Search result.
|
void |
setName(String value)
Specifies Metadata Signature name if it should be searched and matched.
|
void |
setNameMatchType(int value)
Gets or sets Metadata name Match Type search.
|
getAllPages, getPageNumber, getPagesSetup, getSkipExternal, setAllPages, setPageNumber, setPagesSetup, setSkipExternal, toString
public MetadataSearchOptions()
Initializes a new instance of the SearchMetadataOptions class with default values.
public final IDataEncryption getDataEncryption()
Gets or sets implementation of IDataEncryption
interface to encode and decode QR-Code Signature Text or Data properties.
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.
public final String getName()
Specifies Metadata Signature name if it should be searched and matched.
public final int getNameMatchType()
Gets or sets Metadata name Match Type search. It is used only when Name property is set.
public final void setDataEncryption(IDataEncryption value)
Gets or sets implementation of IDataEncryption
interface to encode and decode QR-Code Signature Text or Data properties.
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.
public final void setName(String value)
Specifies Metadata Signature name if it should be searched and matched.
public final void setNameMatchType(int value)
Gets or sets Metadata name Match Type search. It is used only when Name property is set.