Class StringValue

Class StringValue

Nombre del espacio: Aspose.Page.XPS.XpsMetadata Asamblea: Aspose.Page.dll (25.5.0)

La clase que incapsula un valor String en un documento PrintTicket.

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

Inheritance

object PrintTicketElement Value StringValue

Implements

IScoredPropertyItem ,y, IPropertyItem ,y, IPrintTicketElementChild

Miembros heredados

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

Constructors

StringValue(El string)

Crea una nueva instancia.

public StringValue(string value)

Parameters

value string

Un valor de string.

 Español