Package | Description |
---|---|
com.groupdocs.metadata | |
com.groupdocs.metadata.core | |
com.groupdocs.metadata.export | |
com.groupdocs.metadata.search |
Modifier and Type | Method and Description |
---|---|
IReadOnlyList<MetadataProperty> |
Metadata.findProperties(Specification specification)
Finds the metadata properties satisfying a specification.
|
Modifier and Type | Class and Description |
---|---|
class |
AsfBaseDescriptor
Represents an ASF base metadata descriptor object.
|
class |
AsfContentDescriptor
Represents an ASF content descriptor object.
|
class |
AsfMetadataDescriptor
Represents an ASF metadata descriptor.
|
class |
IptcDataSet
Represents an IPTC DataSet (metadata property).
|
class |
LyricsField
Represents a
LyricsTag field. |
class |
SpreadsheetContentTypeProperty
Represents a content type property in a spreadsheet.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MetadataProperty |
MetadataPackage.get_Item(String propertyName)
Gets the
MetadataProperty with the specified name. |
Modifier and Type | Method and Description |
---|---|
IReadOnlyList<MetadataProperty> |
MetadataPackage.findProperties(Specification specification)
Finds the metadata properties satisfying a specification.
|
Iterator<MetadataProperty> |
MetadataPackage.iterator()
Returns an enumerator that iterates through the collection.
|
Constructor and Description |
---|
ExportManager(Iterable<MetadataProperty> properties)
Initializes a new instance of the
ExportManager class. |
Modifier and Type | Method and Description |
---|---|
boolean |
AndSpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
boolean |
AnySpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
boolean |
ContainsTagSpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
boolean |
FallsIntoCategorySpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
boolean |
NotSpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
boolean |
OfTypeSpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
boolean |
OrSpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
abstract boolean |
Specification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |
boolean |
WithNameSpecification.isSatisfiedBy(MetadataProperty candidate)
Verifies whether a
MetadataProperty satisfies the specification. |