NUp.PresentationDirection.PresentationDirectionOption
Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option
public static final class NUp.PresentationDirection.PresentationDirectionOption extends Option
PresentationDirection फीचर विकल्पों का वर्णन करता है।
फ़ील्ड्स
| फ़ील्ड | विवरण |
|---|---|
| BottomLeft | ऊपर से नीचे, दाएँ से बाएँ निर्दिष्ट करता है। |
| BottomRight | ऊपर से नीचे, बाएँ से दाएँ निर्दिष्ट करता है। |
| LeftBottom | दाएँ से बाएँ, ऊपर से नीचे निर्दिष्ट करता है। |
| LeftTop | दाएँ से बाएँ, नीचे से ऊपर निर्दिष्ट करता है। |
| RightBottom | बाएँ से दाएँ, ऊपर से नीचे निर्दिष्ट करता है। |
| RightTop | बाएँ से दाएँ, नीचे से ऊपर निर्दिष्ट करता है। |
| TopLeft | नीचे से ऊपर, दाएँ से बाएँ निर्दिष्ट करता है। |
| TopRight | नीचे से ऊपर, बाएँ से दाएँ निर्दिष्ट करता है। |
मेथड्स
| मेथड | विवरण |
|---|---|
| add(IOptionItem[] items) | इस विकल्प की आइटम सूची के अंत में आइटमों की एक सूची जोड़ता है। |
| equals(Object arg0) | |
| getClass() | |
| getName() | एलिमेंट का नाम प्राप्त करता है। |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
BottomLeft
public static NUp.PresentationDirection.PresentationDirectionOption BottomLeft
ऊपर से नीचे, दाएँ से बाएँ निर्दिष्ट करता है।
BottomRight
public static NUp.PresentationDirection.PresentationDirectionOption BottomRight
ऊपर से नीचे, बाएँ से दाएँ निर्दिष्ट करता है।
LeftBottom
public static NUp.PresentationDirection.PresentationDirectionOption LeftBottom
दाएँ से बाएँ, ऊपर से नीचे निर्दिष्ट करता है।
LeftTop
public static NUp.PresentationDirection.PresentationDirectionOption LeftTop
दाएँ से बाएँ, नीचे से ऊपर निर्दिष्ट करता है।
RightBottom
public static NUp.PresentationDirection.PresentationDirectionOption RightBottom
बाएँ से दाएँ, ऊपर से नीचे निर्दिष्ट करता है।
RightTop
public static NUp.PresentationDirection.PresentationDirectionOption RightTop
बाएँ से दाएँ, नीचे से ऊपर निर्दिष्ट करता है।
TopLeft
public static NUp.PresentationDirection.PresentationDirectionOption TopLeft
नीचे से ऊपर, दाएँ से बाएँ निर्दिष्ट करता है।
TopRight
public static NUp.PresentationDirection.PresentationDirectionOption TopRight
नीचे से ऊपर, बाएँ से दाएँ निर्दिष्ट करता है।
add(IOptionItem[] items)
public void add(IOptionItem[] items)
इस विकल्प की आइटम सूची के अंत में आइटमों की एक सूची जोड़ता है। प्रत्येक को ScoredProperty या Property इंस्टेंस होना चाहिए।
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| items | IOptionItem[] | जोड़ने के लिए आइटमों की सूची। |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | java.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:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| arg0 | long | |
| arg1 | int |