Class XmpText

Class XmpText

Tên không gian: Aspose.Imaging.Xmp.Types.Basic Tổng hợp: Aspose.Imaging.dll (25.4.0)

XMP Text là loại văn bản cơ bản.

[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpText

Derived

XmpAgentName , XmpLocale , XmpMimeType

Implements

IXmpType , ICloneable

Thành viên thừa kế

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpText(String)

Bắt đầu một trường hợp mới của lớp Aspose.Imaging.Xmp.Types.Basic.xmpText.

[JsonConstructor]
public XmpText(string value)

Parameters

value string

Giá trị .

Properties

Value

Nhận hoặc đặt giá trị văn bản.

[JsonProperty]
public string Value { get; set; }

Giá trị bất động sản

string

Methods

GetXmpRepresentation()

Nhận giá trị dòng chứa trong định dạng XMP.

public override string GetXmpRepresentation()

Returns

string

Trả lại giá trị của string trong định dạng XMP.

 Tiếng Việt