Class StringValue

Class StringValue

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

封装PrintTicket文档中字符串值的类。

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

继承

objectPrintTicketElementValueStringValue

实现

IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild

继承成员

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

构造函数

StringValue(string)

创建一个新实例。

public StringValue(string value)

参数

value string

一个字符串值。

 中文