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.
|
String |
MediaTypeDetector.detect(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
CellsMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
ChmMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
CompositeMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
CsvMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
EmailMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
EpubMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
FictionBookMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
MediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
NoteMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
PdfMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
PersonalStorageMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
SlidesMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
WordsMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
protected String |
ZipMediaTypeDetector.detectByContent(InputStream stream,
LoadOptions loadOptions)
Detects the media type by the content of the
stream . |
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.
|
static PreviewHandler |
PreviewFactory.load(InputStream stream,
LoadOptions loadOptions)
Creates an appropriate preview handler from the specified stream.
|
static PreviewHandler |
PreviewFactory.load(String filePath,
LoadOptions loadOptions)
Creates an appropriate preview handler from the specified file.
|
DocumentData |
DocumentParser.parseByTemplate(InputStream stream,
DocumentTemplate documentTemplate,
LoadOptions loadOptions)
Parses data from the document by a user-generated template.
|
DocumentData |
DocumentParser.parseByTemplate(String fileName,
DocumentTemplate documentTemplate,
LoadOptions loadOptions)
Parses data from the document by a user-generated template.
|
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 © 2019. All rights reserved.