Class XmpText
Class XmpText
이름 공간 : Aspose.Imaging.Xmp.Types.Basic 모임: Aspose.Imaging.dll (25.4.0)
XMP 텍스트 기본 유형을 나타냅니다.
[JsonObject(MemberSerialization.OptIn)]
public class XmpText : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← XmpText
Derived
XmpAgentName , XmpLocale , XmpMimeType
Implements
상속 회원들
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(스트리트)
Aspose.Imaging.Xmp.Types.Basic.Xmp텍스트 클래스의 새로운 예를 시작합니다.
[JsonConstructor]
public XmpText(string value)
Parameters
value
string
그 가치가 있다.
Properties
Value
텍스트 값을 얻거나 설정합니다.
[JsonProperty]
public string Value { get; set; }
부동산 가치
Methods
GetXmpRepresentation()
XMP 형식으로 링크가 포함된 값을 얻습니다.
public override string GetXmpRepresentation()
Returns
XMP 형식으로 링에 포함된 값을 반환합니다.