XmpText Sınıfı
Summary: Represents XMP Text basic type.
Module: aspose.imaging.xmp.types.basic
Full Name: aspose.imaging.xmp.types.basic.XmpText
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | Açıklama |
|---|---|
| XmpText(value) | Yeni bir XmpText sınıfının örneğini 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: XmpText(value)
XmpText(value)
Yeni bir XmpText sınıfının örneğini 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. |