LangAlt Class
Contents
[
Hide
]Summary: Represents XMP Language Alternative.
Module: aspose.psd.xmp
Full Name: aspose.psd.xmp.LangAlt
Inheritance: IXmlValue
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
LangAlt() | Initializes a new instance of the LangAlt class. |
LangAlt(default_value) | Initializes a new instance of the LangAlt class. |
Methods
Name | Description |
---|---|
add_language(language, value) | Adds the language. |
get_xml_value() | Converts XMP value to the XML representation. |
Constructor: LangAlt()
LangAlt()
Initializes a new instance of the LangAlt class.
Constructor: LangAlt(default_value)
LangAlt(default_value)
Initializes a new instance of the LangAlt class.
Parameters:
Parameter | Type | Description |
---|---|---|
default_value | string | The default value. |
Method: add_language(language, value)
add_language(language, value)
Adds the language.
Parameters:
Parameter | Type | Description |
---|---|---|
language | string | The language. |
value | string | The language value. |
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. |