DocumentSeparatorSheet.DocumentSeparatorSheetOption

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

public static final class DocumentSeparatorSheet.DocumentSeparatorSheetOption extends Option

DocumentSeparatorSheet फीचर विकल्पों का वर्णन करता है।

फ़ील्ड्स

फ़ील्डविवरण
BothSheetsदस्तावेज़ की शुरुआत और अंत में एक सेपरेटर शीट निर्दिष्ट करता है।
EndSheetदस्तावेज़ के अंत में एक सेपरेटर शीट निर्दिष्ट करता है।
Noneकोई सेपरेटर शीट नहीं निर्दिष्ट करता है।
StartSheetदस्तावेज़ की शुरुआत में एक सेपरेटर शीट निर्दिष्ट करता है।

मेथड्स

मेथडविवरण
add(IOptionItem[] items)इस विकल्प की आइटम सूची के अंत में आइटमों की एक सूची जोड़ता है।
equals(Object arg0)
getClass()
getName()एलिमेंट का नाम प्राप्त करता है।
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BothSheets

public static DocumentSeparatorSheet.DocumentSeparatorSheetOption BothSheets

दस्तावेज़ की शुरुआत और अंत में एक सेपरेटर शीट निर्दिष्ट करता है।

EndSheet

public static DocumentSeparatorSheet.DocumentSeparatorSheetOption EndSheet

दस्तावेज़ के अंत में एक सेपरेटर शीट निर्दिष्ट करता है।

None

public static DocumentSeparatorSheet.DocumentSeparatorSheetOption None

कोई सेपरेटर शीट नहीं निर्दिष्ट करता है।

StartSheet

public static DocumentSeparatorSheet.DocumentSeparatorSheetOption StartSheet

दस्तावेज़ की शुरुआत में एक सेपरेटर शीट निर्दिष्ट करता है।

add(IOptionItem[] items)

public void add(IOptionItem[] items)

इस विकल्प की आइटम सूची के अंत में आइटमों की एक सूची जोड़ता है। प्रत्येक को ScoredProperty या Property इंस्टेंस होना चाहिए।

Parameters:

पैरामीटरप्रकारविवरण
itemsIOptionItem[]जोड़ने के लिए आइटमों की सूची।

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