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