Modifier and Type | Class and Description |
---|---|
class |
DocumentFormat<T extends DocumentMetadata<TK>,TK extends MetadataProperty,TDi 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 |
AsfBaseDescriptor
The Asf base metadata descriptor object.
|
class |
AsfContentDescriptor
The Asf content descriptor object.
|
class |
AsfMetadataDescriptor
The Asf metadata descriptor.
|
class |
DocMetadataProperty
Represents metadata property in
DocMetadata . |
class |
IptcProperty
Represents an IPTC metadata property.
|
class |
PdfMetadataProperty
Represents metadata property in
PdfMetadata . |
class |
PptMetadataProperty
Represents metadata property in
PptMetadata . |
class |
TiffArrayTag<T>
Represents an array-based TIFF tag.
|
class |
TiffAsciiTag
Represents a TIFF ASCII tag.
|
class |
TiffByteTag
Represents a Byte tag.
|
class |
TiffDoubleTag
Represents a TIFF Double tag.
|
class |
TiffFloatTag
Represents a TIFF Float tag.
|
class |
TiffLongTag
Represents a TIFF Long tag.
|
class |
TiffRationalTag
Represents a TIFF Rational tag.
|
class |
TiffSByteTag
Represents a TIFF SByte tag.
|
class |
TiffShortTag
Represents a TIFF Short tag.
|
class |
TiffSLongTag
Represents a TIFF SLong tag.
|
class |
TiffSRationalTag
Represents a TIFF SRational tag.
|
class |
TiffSShortTag
Represents a TIFF SShort tag.
|
class |
TiffTag
Represents a TIFF tag.
|
class |
TiffUndefinedTag
Represents a TIFF tag with the Undefined type.
|
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 |
---|---|
Iterator<MetadataProperty> |
Metadata.iterator()
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsfBaseDescriptor.equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
AsfMetadataDescriptor.equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
MetadataProperty.equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
TiffArrayTag.equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
TiffAsciiTag.equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
MetadataProperty.equals(MetadataProperty other,
boolean ignoreCase)
Deprecated.
|
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 © 2019. All rights reserved.