Property

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

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

public class Property extends CompositePrintTicketElement implements IPrintTicketItem, IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem

프린트 티켓 속성을 구현하는 클래스입니다. 일반 PrintTicket Property를 구현하는 클래스입니다. 모든 스키마 정의 속성의 기본 클래스입니다. Property 요소는 장치, 작업 포맷팅 또는 기타 관련 속성을 선언하며, 이름은 name 속성으로 지정됩니다. Value 요소는 Property에 값을 할당하는 데 사용됩니다. Property는 복잡할 수 있으며, 여러 하위 속성을 포함할 수 있습니다. 하위 속성도 Property 요소로 표현됩니다. https://docs.microsoft.com/en-us/windows/win32/printdocs/property

생성자

생성자설명
Property(String name, Property property, IPropertyItem[] items)새 인스턴스를 생성합니다.
Property(String name, Value value, IPropertyItem[] items)새 인스턴스를 생성합니다.

메서드

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

Property(String name, Property property, IPropertyItem[] items)

public Property(String name, Property property, IPropertyItem[] items)

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

Parameters:

매개변수유형설명
이름java.lang.String속성 이름입니다.
propertyProperty필수 Property 인스턴스입니다.
itemsIPropertyItem[]임의의 IPropertyItem 인스턴스 배열입니다. 각 항목은 Property 또는 Value 인스턴스여야 합니다.

Property(String name, Value value, IPropertyItem[] items)

public Property(String name, Value value, IPropertyItem[] items)

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

Parameters:

매개변수유형설명
이름java.lang.String속성 이름입니다.
valueValue필수 Value 인스턴스.
itemsIPropertyItem[]임의의 IPropertyItem 인스턴스 배열입니다. 각 항목은 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