Modifier and Type | Class and Description |
---|---|
class |
OutlookEmailMessageResultInfo
Represents MS Outlook Email message search result.
|
class |
ZipArchiveResultInfo
Represents ZIP archive item search result.
|
Modifier and Type | Method and Description |
---|---|
DocumentResultInfo |
SearchResults.get_Item(int index)
Gets selected element.
|
DocumentResultInfo |
SearchResultEnumerator.next()
Gets current enumerator.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<DocumentResultInfo> |
SearchResults.iterator()
Returns enumerator.
|
Modifier and Type | Method and Description |
---|---|
String |
Index.highlightInText(DocumentResultInfo info)
Generates HTML formatted text with highlighted found terms.
|
String |
Index.highlightInText(DocumentResultInfo info,
IFieldExtractor customExtractor,
String encoding)
Generates HTML formatted text with highlighted found terms.
|
void |
Index.highlightInText(String fileName,
DocumentResultInfo info)
Generates HTML formatted text with highlighted found terms and saves it to a file.
|
void |
Index.highlightInText(String fileName,
DocumentResultInfo info,
IFieldExtractor customExtractor,
String encoding)
Generates HTML formatted text with highlighted found terms and saves it to a file.
|
Copyright © 2018. All rights reserved.