Modifier and Type | Class and Description |
---|---|
class |
DocumentFormat<T extends DocumentMetadata<TK>,TK extends MetadataProperty,DI extends DocumentInfo>
Represents base abstraction for document formats such as PDF, WORD, EXCEL, PowerPoint.
|
class |
DocumentMetadata<T extends MetadataProperty>
Represents a collection of metadata key/value pairs.
|
Modifier and Type | Class and Description |
---|---|
class |
DocMetadataProperty
Represents metadata property in
DocMetadata . |
class |
PdfMetadataProperty
Represents metadata property in
PdfMetadata . |
class |
PptMetadataProperty
Represents metadata property in
PptMetadata . |
class |
VisioMetadataProperty
Represents metadata property in
VisioMetadata . |
class |
XlsContentProperty
Represents content property in
XlsFormat . |
class |
XlsMetadataProperty
Represents metadata property in
XlsMetadata collection. |
Modifier and Type | Method and Description |
---|---|
MetadataProperty |
MetadataPropertyCollection.readByIndex(int index) |
MetadataProperty |
FormatBase.readByMetadataKey(MetadataKey key) |
MetadataProperty |
Metadata.readByStringKey(String key) |
MetadataProperty |
DocumentFormat.readDocumentPropertyByKey(MetadataKey key) |
MetadataProperty |
DocumentFormat.readPropertyByName(String propertyName) |
Modifier and Type | Method and Description |
---|---|
boolean |
MetadataProperty.equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
MetadataProperty.equals(MetadataProperty other,
boolean ignoreCase)
Returns true if current instance and
other are equals. |
Modifier and Type | Method and Description |
---|---|
static int |
SearchFacade.replaceInDocument(InputStream stream,
IReplaceHandler<MetadataProperty> replaceHandler)
Replaces metadata properties in document formats using custom IReplaceHandler.
|
static int |
SearchFacade.replaceInDocument(String path,
IReplaceHandler<MetadataProperty> replaceHandler)
Replaces metadata properties in document formats using custom IReplaceHandler.
|
Constructor and Description |
---|
MetadataPropertyCollection(MetadataProperty[] array)
Initializes a new instance of the
MetadataPropertyCollection class. |
Copyright © 2018. All rights reserved.