Class ComplexTypeBase

Class ComplexTypeBase

名称: Aspose.Imaging.Xmp.Types.Complex 收藏: Aspose.Imaging.dll (25.4.0)

代表XMP复合值类型的基本抽象。

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

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version

Implements

IXmpType , ICloneable

继承人

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()

Remarks

查看更多: XMP 规格 部分 2 章 1.2.2

Constructors

ComplexTypeBase(字符串, string)

启动了 Aspose.Imaging.Xmp.Types.Complex.TypeBase 类的新例子。

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

这是预算。

namespaceUri string

这个名字是URI。

Exceptions

ArgumentNullException

预定为零或名称为零

Fields

重量

价值词典

[JsonProperty]
protected Dictionary<string, object=""> VValues

领域价值

Dictionary < string , object >

Properties

NamespaceUri

获取默认名称空间 URI。

public string NamespaceUri { get; }

财产价值

string

Prefix

得到预定。

public string Prefix { get; }

财产价值

string

Methods

Add(字体、对象)

添加指定的密钥。

protected void Add(string key, object value)

Parameters

key string

字符串代表与附加值识别的关键。

value object

值得添加的价值。

GetXmpRepresentation()

以 XMP 格式获取包含的字符串值。

public override string GetXmpRepresentation()

Returns

string

返回在 XMP 格式中包含的字符串值。</string,>

 中文