Class XmpRdfRoot

Class XmpRdfRoot

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

代表RDF:RDF元素。单一的 XMP 包将使用单一的 rdf:RDF XML 元素进行序列化. rdf:RDF 元素内容应仅由零或多个 rdf:Description 元素组成。

public sealed class XmpRdfRoot : XmpElementBase, IEquatable<xmpelementbase>, IXmlValue

Inheritance

object XmpElementBase XmpRdfRoot

Implements

IEquatable , IXmlValue

继承人

XmpElementBase.AddAttribute(string, string) , XmpElementBase.GetAttribute(string) , XmpElementBase.ClearAttributes() , XmpElementBase.Equals(XmpElementBase) , XmpElementBase.Equals(object) , XmpElementBase.GetHashCode() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpRdfRoot()

public XmpRdfRoot()

Methods

GetNamespaceUri(线条)

通过特定预定器获得名空间 URI. 预定器可以开始没有 xmlns。

public string GetNamespaceUri(string prefix)

Parameters

prefix string

这是预算。

Returns

string

返回 URI 包格式。

GetXmlValue()

将 xmp 值转换为 xml 代表性。

public string GetXmlValue()

Returns

string

返回转换为 XML 字符串的 XMP 值。

RegisterNamespaceUri(字符串, string)

按预设添加名空间 uris. 预设可以开始没有 xmlns。

public void RegisterNamespaceUri(string prefix, string namespaceUri)

Parameters

prefix string

这是预算。

namespaceUri string

包装计划Uri。

 中文