Package | Description |
---|---|
com.aspose.imaging.xmp |
The package contains XMP related helper classes and methods.
|
com.aspose.imaging.xmp.schemas.dublincore |
The package contains Dublin Core metadata related helper classes, constants and methods.
|
com.aspose.imaging.xmp.schemas.pdf |
The package contains related helper classes, constants and methods used with Adobe PDF documents.
|
com.aspose.imaging.xmp.schemas.photoshop |
The package contains related helper classes, constants and methods used by Adobe Photoshop.
|
com.aspose.imaging.xmp.schemas.xmpbaseschema |
The package contains the XMP Basic Schema related helper classes, constants and methods that provide basic descriptive information.
|
com.aspose.imaging.xmp.schemas.xmpdm |
The package contains XMP related helper classes, constants and methods used by the Adobe dynamic media group.
|
com.aspose.imaging.xmp.schemas.xmpmm |
The package contains related helper classes, constants and methods that is primarily used by digital asset management (DAM) systems.
|
com.aspose.imaging.xmp.schemas.xmprm |
The package contains related to rights management helper classes, constants and methods.
|
Modifier and Type | Method and Description |
---|---|
XmpPackage |
XmpPacketWrapper.getPackage(String namespaceUri)
Gets package by namespace URI.
|
XmpPackage |
XmpPackageBaseCollection.getPackage(String namespaceUri)
Gets
XmpPackage by it's namespaceURI. |
XmpPackage[] |
XmpPacketWrapper.getPackages()
Gets array of
XmpPackage inside XMP. |
XmpPackage[] |
XmpPackageBaseCollection.getPackages()
Get array of
XmpPackage . |
Modifier and Type | Method and Description |
---|---|
void |
XmpPackageBaseCollection.add(XmpPackage package_)
Adds new instance of
XmpPackage . |
void |
XmpPacketWrapper.addPackage(XmpPackage package_)
Adds the package.
|
void |
XmpPackageBaseCollection.remove(XmpPackage package_)
Removes the specified XMP package.
|
void |
XmpPacketWrapper.removePackage(XmpPackage package_)
Removes the XMP package.
|
Modifier and Type | Class and Description |
---|---|
class |
DublinCorePackage
Represents Dublic Core schema.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfPackage
Represents Adobe Pdf namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
PhotoshopPackage
Represents Adobe Photoshop namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
XmpBasicPackage
Represents XMP basic namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
XmpDynamicMediaPackage
Represents XMP Dynamic Media namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
XmpMediaManagementPackage
Represents XMP Media Management namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
XmpRightsManagementPackage
Represents XMP Rights Management namespace.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.