XmpLocale klass
Innehåll
[
Dölj
]Summary: Represents language code.
Module: aspose.imaging.xmp.types.derived
Full Name: aspose.imaging.xmp.types.derived.XmpLocale
Inheritance: IXmpType, XmpText
Constructors
| Name | Description |
|---|---|
| XmpLocale(value) | Initierar en ny instans av klassen XmpLocale. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| värde | string | r/w | Hämtar eller anger textvärdet. |
Methods
| Name | Description |
|---|---|
| clone() | Klonar den här instansen. |
| get_xmp_representation() | Hämtar det strängvärde som finns i XMP-format. |
Constructor: XmpLocale(value)
XmpLocale(value)
Initierar en ny instans av klassen XmpLocale.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| värde | string | Värdet. |
Method: clone()
clone()
Klonar den här instansen.
Returns
| Typ | Beskrivning |
|---|---|
| System.Object | En medlemsklon. |
Method: get_xmp_representation()
get_xmp_representation()
Hämtar det strängvärde som finns i XMP-format.
Returns
| Typ | Beskrivning |
|---|---|
| string | Returnerar det strängvärde som finns i XMP-format. |