ScoredProperty

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

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

public class ScoredProperty extends CompositePrintTicketElement implements IOptionItem, IScoredPropertyItem

The class that implements a common PrintTicket ScoredProperty . The base class for all schema-defined scored properties. A ScoredProperty element declares a property that is intrinsic to an Option definition. Such properties should be compared when evaluating how closely a requested Option matches a device-supported Option . https://docs.microsoft.com/en-us/windows/win32/printdocs/scoredproperty

Constructors

ConstructorDescription
ScoredProperty(String name, ParameterRef parameterRef)Creates a new instance.
ScoredProperty(String name, Value value, IScoredPropertyItem[] items)Creates a new instance.

ScoredProperty(String name, ParameterRef parameterRef)

public ScoredProperty(String name, ParameterRef parameterRef)

Creates a new instance.

Parameters:

ParameterTypeDescription
namejava.lang.StringA property name.
parameterRefParameterRefA ParameterRef instance.

ScoredProperty(String name, Value value, IScoredPropertyItem[] items)

public ScoredProperty(String name, Value value, IScoredPropertyItem[] items)

Creates a new instance.

Parameters:

ParameterTypeDescription
namejava.lang.StringA property name.
valueValueA property value.
itemscom.aspose.xps.metadata.IScoredPropertyItem[]An arbitrary array of IScoredPropertyItem instance. Each one must be a ScoredProperty , a Property or a Value instance.