DublinCorePackage Class

Represents Dublic Core schema.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.XmpXmpPackage
    Aspose.CAD.Xmp.Schemas.DublinCoreDublinCorePackage

Namespace:  Aspose.CAD.Xmp.Schemas.DublinCore
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class DublinCorePackage : XmpPackage

The DublinCorePackage type exposes the following members.

Constructors
  NameDescription
Public methodDublinCorePackage
Initializes a new instance of the DublinCorePackage class.
Properties
  NameDescription
Public propertyItem
Gets or sets the Object with the specified key.
(Inherited from XmpPackage.)
Public propertyKeys
Gets the keys in XMP package.
(Inherited from XmpPackage.)
Public propertyNamespaceUri
Gets the namespace URI.
(Inherited from XmpPackage.)
Public propertyPrefix
Gets the prefix.
(Inherited from XmpPackage.)
Public propertyXmlNamespace
Gets the XML namespace.
(Inherited from XmpPackage.)
Methods
  NameDescription
Public methodAddValue
Adds string property.
(Overrides XmpPackageAddValue(String, String).)
Public methodClear
Clears this instance.
(Inherited from XmpPackage.)
Public methodContainsKey
Determines whether the specified key contains key.
(Inherited from XmpPackage.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from XmpPackage.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmlValue
Converts XMP value to the XML representation.
(Inherited from XmpPackage.)
Public methodRemove
Remove the value with the specified key.
(Inherited from XmpPackage.)
Public methodSetAuthor(String)
Adds the author.
Public methodSetAuthor(String)
Adds the author.
Public methodSetDescription(String)
Adds the description.
Public methodSetDescription(LangAlt)
Adds the description.
Public methodSetPublisher(String)
Adds the publisher.
Public methodSetPublisher(String)
Adds the publisher.
Public methodSetSubject(String)
Adds the subject.
Public methodSetSubject(String)
Adds the subject.
Public methodSetTitle(String)
Adds Dublin Core title.
Public methodSetTitle(LangAlt)
Adds Dublin Core title for different languages.
Public methodSetValue
Sets the value.
(Inherited from XmpPackage.)
Public methodSetXmpTypeValue
Sets the XMP type value.
(Inherited from XmpPackage.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Remarks
For more information see: http://dublincore.org/documents/usageguide/elements.shtml.
See Also