Class QNameValue

Class QNameValue

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

封装 PrintTicket 文档中 QName 值的类。

public sealed class QNameValue : Value, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild

继承

objectPrintTicketElementValueQNameValue

实现

IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild

继承成员

Value.ValueString, PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

构造函数

QNameValue(string)

创建一个新实例。

public QNameValue(string value)

参数

value string

一个 QName 值。

 中文