XmpLocale Sınıfı
Summary: Represents language code.
Module: aspose.imaging.xmp.types.derived
Full Name: aspose.imaging.xmp.types.derived.XmpLocale
Inheritance: IXmpType, XmpText
Constructors
| Name | Açıklama |
|---|---|
| XmpLocale(value) | Yeni bir XmpLocale sınıfı örneği başlatır. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| değer | string | r/w | Metin değerini alır veya ayarlar. |
Methods
| Name | Açıklama |
|---|---|
| clone() | Bu örneği klonlar. |
| get_xmp_representation() | XMP formatında bulunan dize değerini alır. |
Constructor: XmpLocale(value)
XmpLocale(value)
Yeni bir XmpLocale sınıfı örneği başlatır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| değer | string | Değer. |
Method: clone()
clone()
Bu örneği klonlar.
Returns
| Tür | Açıklama |
|---|---|
| System.Object | Üye bazlı bir klon. |
Method: get_xmp_representation()
get_xmp_representation()
XMP formatında bulunan dize değerini alır.
Returns
| Tür | Açıklama |
|---|---|
| string | XMP formatında bulunan dize değerini döndürür. |