public class MetadataKey extends Object
Represents metadata key.
Modifier and Type | Class and Description |
---|---|
static class |
MetadataKey.Doc
Represents
DocFormat metadata keys. |
static class |
MetadataKey.DocumentInfo
Represents document info keys.
|
static class |
MetadataKey.EXIF
Represents EXIF metadata keys.
|
static class |
MetadataKey.Id3v1
ID3 v1 keys.
|
static class |
MetadataKey.Id3v2
Represents ID3 v2 keys.
|
static class |
MetadataKey.IPTC
Represents IPTC metadata keys.
|
static class |
MetadataKey.PDF
Represents
PdfFormat metadata keys. |
static class |
MetadataKey.Ppt
Represents
PptFormat metadata keys. |
static class |
MetadataKey.Xls
Represents
XlsFormat metadata keys. |
static class |
MetadataKey.XMP
Represents XMP metadata keys.
|
Constructor and Description |
---|
MetadataKey(int category)
Initializes a new instance of the
MetadataKey class. |
MetadataKey(int category,
String key)
Initializes a new instance of the
MetadataKey class. |
Modifier and Type | Method and Description |
---|---|
int |
getCategory()
Gets the category.
|
String |
getKey()
Gets the key.
|
String |
toString()
Returns a
System.String that represents this instance. |
public MetadataKey(int category)
Initializes a new instance of the MetadataKey
class.
category
- MetadataType category.public MetadataKey(int category, String key)
Initializes a new instance of the MetadataKey
class.
category
- MetadataType category.key
- Metadata string key.public final int getCategory()
Gets the category.
Value: The category.public final String getKey()
Gets the key.
Value: The key.Copyright © 2017. All rights reserved.