Modifier and Type | Method and Description |
---|---|
static MetadataPropertyCollection |
ComparisonFacade.compareDocuments(InputStream stream1,
InputStream stream2,
int searchType)
Compares the documents like Word, Pdf, PowerPoint and Excel.
|
static MetadataPropertyCollection |
ComparisonFacade.compareDocuments(String path1,
String path2,
int searchType)
Compares the documents like Word, Pdf, PowerPoint and Excel.
|
MetadataPropertyCollection |
DocumentFormat.extractDocumentProperties()
Extracts the document properties.
|
MetadataPropertyCollection |
IDocumentFormat.extractDocumentProperties()
Extracts the document properties.
|
static MetadataPropertyCollection |
MetadataUtility.extractDocumentProperties(InputStream stream)
Gets document properties from the
Stream . |
static MetadataPropertyCollection |
MetadataUtility.extractDocumentProperties(String path)
Gets document properties from existing file.
|
MetadataPropertyCollection |
DocumentMetadata.getCollection() |
static MetadataPropertyCollection |
SearchFacade.scanDocument(InputStream stream,
Pattern pattern)
Scans properties in document.
|
static MetadataPropertyCollection |
SearchFacade.scanDocument(InputStream stream,
String propertyOrPhrase)
Scans properties in document.
|
static MetadataPropertyCollection |
SearchFacade.scanDocument(InputStream stream,
String propertyOrPhrase,
int searchCondition)
Scans properties in document.
|
static MetadataPropertyCollection |
SearchFacade.scanDocument(String path,
Pattern pattern)
Scans properties in document.
|
static MetadataPropertyCollection |
SearchFacade.scanDocument(String path,
String propertyOrPhrase)
Scans properties in document.
|
static MetadataPropertyCollection |
SearchFacade.scanDocument(String path,
String propertyOrPhrase,
int searchCondition)
Scans properties in document.
|
Modifier and Type | Method and Description |
---|---|
int |
DocumentFormat.setProperties(MetadataPropertyCollection properties)
Updates document properties.
|
int |
IDocumentFormat.setProperties(MetadataPropertyCollection properties)
Updates document properties.
|
Copyright © 2019. All rights reserved.