DublinCorePackage Class
Summary: Represents Dublic Core schema.
Module: aspose.imaging.xmp.schemas.dublincore
Full Name: aspose.imaging.xmp.schemas.dublincore.DublinCorePackage
Inheritance: IXmlValue, XmpPackage
Constructors
| Name | Description |
|---|---|
| DublinCorePackage() | Initializes a new instance of the DublinCorePackage class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| count | int | r | Gets the XMP key count. |
| namespace_uri | string | r | Gets the namespace URI. |
| prefix | string | r | Gets the prefix. |
| xml_namespace | string | r | Gets the XML namespace. |
Methods
| Name | Description |
|---|---|
| add_value(key, value) | Adds string property. |
| add_value(key, value) | Adds string property. |
| clear() | Clears this instance. |
| contains_key(key) | Determines whether this collection specified key. |
| get_prop_value(key) | Gets the object with the specified key. |
| get_xml_value() | Converts XMP value to the XML representation. |
| remove(key) | Remove the value with the specified key. |
| set_author(author) | Adds the author. |
| set_author(author) | Adds the author. |
| set_author_array(author) | Adds the author. |
| set_description(desc) | Adds the description. |
| set_description(desc) | Adds the description. |
| set_description_lang_alt(desc) | Adds the description. |
| set_description_str(desc) | Adds the description. |
| set_prop_value(key, value) | Gets or sets the object with the specified key. |
| set_publisher(publisher) | Adds the publisher. |
| set_publisher(publisher) | Adds the publisher. |
| set_publisher_array(publisher) | Adds the publisher. |
| set_subject(subject) | Adds the subject. |
| set_subject(subject) | Adds the subject. |
| set_subject_array(subject) | Adds the subject. |
| set_title(title) | Adds Dublin Core title. |
| set_title(title) | Adds Dublin Core title. |
| set_title_lang_alt(title) | Adds Dublin Core title for different languages. |
| set_title_str(title) | Adds Dublin Core title. |
| set_value(key, value) | Sets the value. |
| set_value(key, value) | Sets the value. |
| set_xmp_type_value(key, value) | Sets the XMP type value. |
| try_get_value(key, value) | Gets the value by the key. |
Constructor: DublinCorePackage()
DublinCorePackage()
Initializes a new instance of the DublinCorePackage class.
Method: add_value(key, value)
add_value(key, value)
Adds string property.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with added value. |
| value | string | The string value. |
Method: add_value(key, value)
add_value(key, value)
Adds string property.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with added value. |
| value | System.Object | The string value. |
Method: contains_key(key)
contains_key(key)
Determines whether this collection specified key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key to be checked. |
Returns
| Type | Description |
|---|---|
| bool | True if the contains the specified key; otherwise, False. |
Method: get_prop_value(key)
get_prop_value(key)
Gets the object with the specified key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key that identifies value. |
Returns
| Type | Description |
|---|---|
| System.Object | Returns the object with the specified key. |
Method: get_xml_value()
get_xml_value()
Converts XMP value to the XML representation.
Returns
| Type | Description |
|---|---|
| string | Returns the XMP value converted to the XML representation. |
Method: remove(key)
remove(key)
Remove the value with the specified key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with removed value. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the value with the specified key was removed. |
Method: set_author(author)
set_author(author)
Adds the author.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| author | string | The author. |
Method: set_author(author)
set_author(author)
Adds the author.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| author | string[] | The author. |
Method: set_author_array(author)
set_author_array(author)
Adds the author.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| author | string[] | The author. |
Method: set_description(desc)
set_description(desc)
Adds the description.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| desc | string | The description. |
Method: set_description(desc)
set_description(desc)
Adds the description.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| desc | LangAlt | The description. |
Method: set_description_lang_alt(desc)
set_description_lang_alt(desc)
Adds the description.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| desc | LangAlt | The description. |
Method: set_description_str(desc)
set_description_str(desc)
Adds the description.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| desc | string | The description. |
Method: set_prop_value(key, value)
set_prop_value(key, value)
Gets or sets the object with the specified key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key that identifies value. |
| value | System.Object | The object with the specified key. |
Method: set_publisher(publisher)
set_publisher(publisher)
Adds the publisher.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| publisher | string | The publisher. |
Method: set_publisher(publisher)
set_publisher(publisher)
Adds the publisher.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| publisher | string[] | The publisher. |
Method: set_publisher_array(publisher)
set_publisher_array(publisher)
Adds the publisher.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| publisher | string[] | The publisher. |
Method: set_subject(subject)
set_subject(subject)
Adds the subject.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| subject | string | The subject. |
Method: set_subject(subject)
set_subject(subject)
Adds the subject.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| subject | string[] | The subject. |
Method: set_subject_array(subject)
set_subject_array(subject)
Adds the subject.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| subject | string[] | The subject. |
Method: set_title(title)
set_title(title)
Adds Dublin Core title.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | string | The title. |
Method: set_title(title)
set_title(title)
Adds Dublin Core title.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | LangAlt | The title. |
Method: set_title_lang_alt(title)
set_title_lang_alt(title)
Adds Dublin Core title for different languages.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | LangAlt | Instance of LangAlt. |
Method: set_title_str(title)
set_title_str(title)
Adds Dublin Core title.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| title | string | The title. |
Method: set_value(key, value)
set_value(key, value)
Sets the value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with added value. |
| value | IXmlValue | The value to add to. |
Method: set_value(key, value)
set_value(key, value)
Sets the value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with added value. |
| value | IXmpType | The value to add to. |
Method: set_xmp_type_value(key, value)
set_xmp_type_value(key, value)
Sets the XMP type value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The string representation of key that is identified with set value. |
| value | XmpTypeBase | The value to set to. |
Method: try_get_value(key, value)
try_get_value(key, value)
Gets the value by the key.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The XMP element key. |
| value | System.Object | The XMP value. |
Returns
| Type | Description |
|---|---|
| bool | True, if the contains the key; otherwise, False. |