Class StringValue
Class StringValue
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
La clase que encapsula un valor de cadena en un documento PrintTicket.
public sealed class StringValue : Value, IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
Herencia
object ← PrintTicketElement ← Value ← StringValue
Implementa
IScoredPropertyItem, IPropertyItem, IPrintTicketElementChild
Miembros heredados
Value.ValueString, PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructores
StringValue(string)
Crea una nueva instancia.
public StringValue(string value)
Parámetros
value
string
Un valor de cadena.