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

공통 PrintTicket ScoredProperty 를 구현하는 클래스입니다. 모든 스키마 정의된 스코어드 속성의 기본 클래스입니다. ScoredProperty 요소는 Option 정의에 내재된 속성을 선언합니다. 이러한 속성은 요청된 Option 이 장치가 지원하는 Option 과 얼마나 일치하는지 평가할 때 비교되어야 합니다. https://docs.microsoft.com/en-us/windows/win32/printdocs/scoredproperty

생성자

생성자설명
ScoredProperty(String name, ParameterRef parameterRef)새 인스턴스를 생성합니다.
ScoredProperty(String name, Value value, IScoredPropertyItem[] items)새 인스턴스를 생성합니다.

메서드

메서드설명
equals(Object arg0)
getClass()
getName()요소 이름을 가져옵니다.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ScoredProperty(String name, ParameterRef parameterRef)

public ScoredProperty(String name, ParameterRef parameterRef)

새 인스턴스를 생성합니다.

Parameters:

매개변수유형설명
이름java.lang.String속성 이름입니다.
parameterRefParameterRefParameterRef 인스턴스입니다.

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

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

새 인스턴스를 생성합니다.

Parameters:

매개변수유형설명
이름java.lang.String속성 이름입니다.
valueValue속성 값입니다.
itemsIScoredPropertyItem[]IScoredPropertyItem 인스턴스의 임의 배열입니다. 각 항목은 ScoredProperty, Property 또는 Value 인스턴스여야 합니다.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

요소 이름을 가져옵니다.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

매개변수유형설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수유형설명
arg0long
arg1int