Modifier and Type | Interface and Description |
---|---|
interface |
IContainerItemExtractor
Provides methods for extracting fields from container files.
|
Modifier and Type | Method and Description |
---|---|
IFieldExtractor |
FileIndexingEventArgs.getCustomExtractor()
Gets or set the custom text extractor.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<IFieldExtractor> |
CustomExtractorsCollection.iterator()
Returns an enumerator for extractors collection.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomExtractorsCollection.addItem(IFieldExtractor extractor)
Adds an extractor to the collection.
|
boolean |
CustomExtractorsCollection.containsItem(IFieldExtractor item)
Determines whether the collection contains a specific extractor.
|
void |
CustomExtractorsCollection.copyToTArray(IFieldExtractor[] array,
int arrayIndex)
Copies the elements of the collection to an array, starting at a particular array index.
|
String |
Index.extractDocumentText(DocumentInfo documentInfo,
IFieldExtractor customExtractor)
Generates HTML formatted text for indexed document.
|
void |
Index.extractDocumentText(String fileName,
DocumentInfo documentInfo,
IFieldExtractor customExtractor)
Generates HTML formatted text for indexed document and saves it to a file.
|
String |
Index.highlightInText(DocumentResultInfo info,
IFieldExtractor customExtractor,
String encoding)
Generates HTML formatted text with highlighted found terms.
|
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.
|
boolean |
CustomExtractorsCollection.removeItem(IFieldExtractor extractor)
Removes the extractor from the collection.
|
void |
FileIndexingEventArgs.setCustomExtractor(IFieldExtractor value)
Gets or set the custom text extractor.
|
Copyright © 2018. All rights reserved.