Class Value
Class Value
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
封装了一个 Aspose.Page.XPS.XpsMetadata.Property 或 Aspose.Page.XPS.XpsMetadata.ScoredProperty 值的 PrintTicket 文档的基类。
Value 元素将文字与类型关联。
https://docs.microsoft.com/en-us/windows/win32/printdocs/value
public class Value : PrintTicketElement, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
继承
object ←
PrintTicketElement ←
Value
派生
DecimalValue,
IntegerValue,
QNameValue,
StringValue
实现
IScoredPropertyItem,
IPropertyItem,
IPrintTicketElementChild
继承成员
PrintTicketElement.Name,
object.GetType(),
object.MemberwiseClone(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()
属性
ValueString
以字符串形式获取值。
public string ValueString { get; }