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