DublinCorePackage class
DublinCorePackage class
Represents Dublic Core schema.
Inheritance: DublinCorePackage →
XmpPackage
The DublinCorePackage type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the DublinCorePackage class. |
Properties
| Property | Description |
|---|---|
| xml_namespace | Gets the XML namespace. |
| prefix | Gets the prefix. |
| namespace_uri | Gets the namespace URI. |
Methods
| Method | Description |
|---|---|
| set_title | Adds Dublin Core title. |
| set_title | Adds Dublin Core title for different languages. |
| set_description | Adds the description. |
| set_description | Adds the description. |
| set_subject | Adds the subject. |
| set_subject | Adds the subject. |
| set_author | Adds the author. |
| set_author | Adds the author. |
| set_publisher | Adds the publisher. |
| set_publisher | Adds the publisher. |
| contains_key | Determines whether the specified key contains key. |
| add_value | Adds string property. |
| remove | Remove the value with the specified key. |
| clear | Clears this instance. |
| set_value | Sets the value. |
| set_xmp_type_value | Sets the XMP type value. |
| get_xml_value | Converts XMP value to the XML representation. |
Remarks
For more information see: http://dublincore.org/documents/usageguide/elements.shtml.
See Also
- module
aspose.cad.xmp.schemas.dublincore - class
DublinCorePackage - class
XmpPackage