Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
XmpArray
Represents base abstraction for XMP array.
|
class |
XmpBoolean
Represents XMP Boolean basic type.
|
class |
XmpComplexTypeValue
Represents an XMP value containing a complex type instance.
|
class |
XmpDate
Represents Date in XMP packet.
|
class |
XmpGuid
Represents XMP global unique identifier.
|
class |
XmpInteger
Represents XMP Integer basic type.
|
class |
XmpLangAlt |
class |
XmpRational
Represents XMP XmpRational.
|
class |
XmpReal
Represents XMP Real.
|
class |
XmpRenditionClass
Represents XMP RenditionClass.
|
class |
XmpText
Represents XMP Text basic type.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpPackage.set(String name,
XmpValueBase value)
Sets the value inherited from
XmpValueBase . |
Constructor and Description |
---|
XmpArray(int arrayType,
XmpValueBase[] items)
Initializes a new instance of the
XmpArray class. |