public class SlidesSearchMetadataOptions extends SearchMetadataOptions
Represents the Metadata Signature Search Options for Slides Documents.
Constructor and Description |
---|
SlidesSearchMetadataOptions()
Initializes a new instance of the SlidesSearchMetadataOptions class with default values.
|
SlidesSearchMetadataOptions(boolean includeBuiltinProperties)
Initializes a new instance of the SlidesSearchMetadataOptions class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getIncludeBuiltinProperties()
Indicates if Built-in document properties like Document statistic, information etc should be included into Search result
|
void |
setIncludeBuiltinProperties(boolean value)
Indicates if Built-in document properties like Document statistic, information etc should be included into Search result
|
getName, getNameMatchType, setName, setNameMatchType
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public SlidesSearchMetadataOptions()
Initializes a new instance of the SlidesSearchMetadataOptions class with default values.
public SlidesSearchMetadataOptions(boolean includeBuiltinProperties)
Initializes a new instance of the SlidesSearchMetadataOptions class.
includeBuiltinProperties
- Indicates if buil-in properties should be included into search results.public final boolean getIncludeBuiltinProperties()
Indicates if Built-in document properties like Document statistic, information etc should be included into Search result
public final void setIncludeBuiltinProperties(boolean value)
Indicates if Built-in document properties like Document statistic, information etc should be included into Search result
Copyright © 2019. All rights reserved.