Package | Description |
---|---|
com.groupdocs.metadata.legacy |
Modifier and Type | Class and Description |
---|---|
class |
DocumentFormat<T extends DocumentMetadata<TK>,TK extends MetadataProperty,TDi extends DocumentInfo>
Deprecated.
|
class |
DocumentMetadata<T extends MetadataProperty>
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AsfBaseDescriptor
Deprecated.
|
class |
AsfContentDescriptor
Deprecated.
|
class |
AsfMetadataDescriptor
Deprecated.
|
class |
DocMetadataProperty
Represents metadata property in
DocMetadata . |
class |
IptcProperty
Deprecated.
|
class |
PdfMetadataProperty
Deprecated.
|
class |
PptMetadataProperty
Deprecated.
|
class |
TiffArrayTag<T>
Deprecated.
|
class |
TiffAsciiTag
Deprecated.
|
class |
TiffByteTag
Deprecated.
|
class |
TiffDoubleTag
Deprecated.
|
class |
TiffFloatTag
Deprecated.
|
class |
TiffLongTag
Deprecated.
|
class |
TiffRationalTag
Deprecated.
|
class |
TiffSByteTag
Deprecated.
|
class |
TiffShortTag
Deprecated.
|
class |
TiffSLongTag
Deprecated.
|
class |
TiffSRationalTag
Deprecated.
|
class |
TiffSShortTag
Deprecated.
|
class |
TiffTag
Deprecated.
|
class |
TiffUndefinedTag
Deprecated.
|
class |
VisioMetadataProperty
Deprecated.
|
class |
XlsContentProperty
Deprecated.
|
class |
XlsMetadataProperty
Represents metadata property in
XlsMetadata collection. |
Modifier and Type | Method and Description |
---|---|
MetadataProperty |
MetadataPropertyCollection.readByIndex(int index)
Deprecated.
|
MetadataProperty |
FormatBase.readByMetadataKey(MetadataKey key)
Deprecated.
|
MetadataProperty |
Metadata.readByStringKey(String key)
Deprecated.
|
MetadataProperty |
DocumentFormat.readDocumentPropertyByKey(MetadataKey key)
Deprecated.
|
MetadataProperty |
DocumentFormat.readPropertyByName(String propertyName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Iterator<MetadataProperty> |
Metadata.iterator()
Deprecated.
Returns an enumerator that iterates through the collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AsfBaseDescriptor.equals(MetadataProperty other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
boolean |
AsfMetadataDescriptor.equals(MetadataProperty other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
boolean |
MetadataProperty.equals(MetadataProperty other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
boolean |
TiffArrayTag.equals(MetadataProperty other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
boolean |
TiffAsciiTag.equals(MetadataProperty other)
Deprecated.
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)
Deprecated.
Replaces metadata properties in document formats using custom IReplaceHandler.
|
static int |
SearchFacade.replaceInDocument(String path,
IReplaceHandler<MetadataProperty> replaceHandler)
Deprecated.
Replaces metadata properties in document formats using custom IReplaceHandler.
|
Constructor and Description |
---|
MetadataPropertyCollection(MetadataProperty[] array)
Deprecated.
Initializes a new instance of the
MetadataPropertyCollection class. |
Copyright © 2020. All rights reserved.