Package | Description |
---|---|
com.groupdocs.metadata | |
com.groupdocs.metadata.core |
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 |
ReadOnlyList<T>
Provides an abstract base class for a strongly typed read-only list.
|
Modifier and Type | Method and Description |
---|---|
IReadOnlyList<MetadataProperty> |
MetadataPackage.findProperties(Specification specification)
Finds the metadata properties satisfying a specification.
|
IReadOnlyList<String> |
MetadataPackage.getKeys()
Gets a collection of the metadata property names.
|
IReadOnlyList<PropertyDescriptor> |
MetadataPackage.getKnowPropertyDescriptors()
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
|
IReadOnlyList<PageInfo> |
DocumentInfo.getPages()
Gets a collection of objects representing common information about the document pages (slides, worksheets, etc).
|
IReadOnlyList<PageInfo> |
IDocumentInfo.getPages()
Gets a collection of objects representing common information about the document pages (slides, worksheets, etc).
|
IReadOnlyList<PropertyTag> |
MetadataProperty.getTags()
Gets a collection of tags associated with the property.
|
IReadOnlyList<PropertyTag> |
PropertyDescriptor.getTags()
Gets a collection of tags associated with the property.
|
IReadOnlyList<IptcDataSet> |
IptcRecordSet.toDataSetList()
Creates a list of dataSets from the package.
|
IReadOnlyList<TiffTag> |
ExifDictionaryBasePackage.toList()
Creates a list from the package.
|
IReadOnlyList<ID3V2TagFrame> |
ID3V2Tag.toList()
Creates a list from the package.
|
IReadOnlyList<ImageResourceBlock> |
ImageResourcePackage.toList()
Creates a list from the package.
|
IReadOnlyList<IptcDataSet> |
IptcRecord.toList()
Creates a list from the package.
|
IReadOnlyList<IptcRecord> |
IptcRecordSet.toList()
Creates a list from the package.
|
IReadOnlyList<LyricsField> |
LyricsTag.toList()
Creates a list from the package.
|
IReadOnlyList<SpreadsheetContentTypeProperty> |
SpreadsheetContentTypePackage.toList()
Creates a list from the package.
|