Value

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement

All Implemented Interfaces: com.aspose.xps.metadata.IScoredPropertyItem, com.aspose.xps.metadata.IPropertyItem

public class Value extends PrintTicketElement implements IScoredPropertyItem, IPropertyItem

The base class that incapsulates a Property or a ScoredProperty value in a PrintTicket document. A Value element associates a literal with a type. https://docs.microsoft.com/en-us/windows/win32/printdocs/value

Methods

MethodDescription
getValueString()Gets the value as string.

getValueString()

public String getValueString()

Gets the value as string.

Returns: java.lang.String - The value as string.