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
상속
object ← PrintTicketElement ← Value ← StringValue
구현
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
문자열 값입니다.