Modifier and Type | Method and Description |
---|---|
LoadOptions |
LoadOptions.deepClone()
Creates a new object that is a copy of the current instance.
|
Modifier and Type | Method and Description |
---|---|
Container |
ExtractorFactory.createContainer(InputStream stream,
LoadOptions loadOptions)
Creates a container.
|
Container |
IContainerFactory.createContainer(InputStream stream,
LoadOptions loadOptions)
Creates a container.
|
Container |
ExtractorFactory.createContainer(String fileName,
LoadOptions loadOptions)
Creates a container.
|
Container |
IContainerFactory.createContainer(String fileName,
LoadOptions loadOptions)
Creates a container.
|
TextExtractor |
ExtractorFactory.createFormattedTextExtractor(InputStream stream,
LoadOptions loadOptions)
Creates a formatted text extractor.
|
TextExtractor |
ExtractorFactory.createFormattedTextExtractor(String fileName,
LoadOptions loadOptions)
Creates a formatted text extractor.
|
MetadataExtractor |
ExtractorFactory.createMetadataExtractor(InputStream stream,
LoadOptions loadOptions)
Creates a metadata extractor.
|
MetadataExtractor |
ExtractorFactory.createMetadataExtractor(String fileName,
LoadOptions loadOptions)
Creates a metadata extractor.
|
TextExtractor |
ExtractorFactory.createTextExtractor(InputStream stream,
LoadOptions loadOptions)
Creates a text extractor.
|
TextExtractor |
ExtractorFactory.createTextExtractor(String fileName,
LoadOptions loadOptions)
Creates a text extractor.
|
Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadata(InputStream stream,
LoadOptions loadOptions)
Extracts the complex metadata from the
stream . |
Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadata(String fileName,
LoadOptions loadOptions)
Extracts the complex metadata from the
fileName . |
protected abstract Enumeration<MetadataCollection> |
ComplexMetadataExtractor.extractComplexMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the complex metadata from the
stream . |
protected Enumeration<MetadataCollection> |
EpubMetadataExtractor.extractComplexMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the complex metadata from the
stream . |
String |
Extractor.extractFormattedText(InputStream stream,
LoadOptions loadOptions)
Extracts a formatted text.
|
String |
Extractor.extractFormattedText(String fileName,
LoadOptions loadOptions)
Extracts a formatted text.
|
MetadataCollection |
Extractor.extractMetadata(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata.
|
MetadataCollection |
MetadataExtractor.extractMetadata(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
MetadataCollection |
Extractor.extractMetadata(String fileName,
LoadOptions loadOptions)
Extracts the metadata.
|
MetadataCollection |
MetadataExtractor.extractMetadata(String fileName,
LoadOptions loadOptions)
Extracts the metadata from the
fileName . |
protected MetadataCollection |
CellsMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
EmailMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
EpubMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
FictionBookMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
MetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
PdfMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
SlidesMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
protected MetadataCollection |
WordsMetadataExtractor.extractMetadataFromStream(InputStream stream,
LoadOptions loadOptions)
Extracts the metadata from the
stream . |
String |
Extractor.extractText(InputStream stream,
LoadOptions loadOptions)
Extracts a text.
|
String |
Extractor.extractText(String fileName,
LoadOptions loadOptions)
Extracts a text.
|
Constructor and Description |
---|
CellsFormattedTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
CellsFormattedTextExtractor class. |
CellsFormattedTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
CellsFormattedTextExtractor class. |
CellsTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
CellsTextExtractor class. |
CellsTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
CellsTextExtractor class. |
CellsTextExtractorBase(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
CellsTextExtractorBase class. |
EmailFormattedTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
EmailFormattedTextExtractor class. |
EmailFormattedTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
EmailFormattedTextExtractor class. |
EmailTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
EmailTextExtractor class. |
EmailTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
EmailTextExtractor class. |
EmailTextExtractorBase(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
EmailTextExtractorBase class. |
NoteTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
NoteTextExtractor class. |
NoteTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
NoteTextExtractor class. |
PdfTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
PdfTextExtractor class. |
PdfTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
PdfTextExtractor class. |
SlidesFormattedTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance
of the
SlidesFormattedTextExtractor class. |
SlidesFormattedTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
SlidesFormattedTextExtractor class. |
SlidesTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
SlidesTextExtractor class. |
SlidesTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
SlidesTextExtractor class. |
SlidesTextExtractorBase(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
SlidesTextExtractorBase class. |
TextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
TextExtractor class. |
WordsFormattedTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance
of the
WordsFormattedTextExtractor class. |
WordsFormattedTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
WordsFormattedTextExtractor class. |
WordsTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
WordsTextExtractor class. |
WordsTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
WordsTextExtractor class. |
XmlTextExtractor(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
XmlTextExtractor class. |
XmlTextExtractor(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
XmlTextExtractor class. |
ZipContainer(InputStream stream,
LoadOptions loadOptions)
Initializes a new instance of the
ZipContainer class. |
ZipContainer(String fileName,
LoadOptions loadOptions)
Initializes a new instance of the
ZipContainer class. |
Copyright © 2018. All rights reserved.