PageScaling.ScaleOffsetAlignmentOption

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

public static final class PageScaling.ScaleOffsetAlignmentOption extends Option

ScaleOffsetAlignment फीचर विकल्पों का वर्णन करता है। स्केल किए गए कंटेंट का संरेखण निर्दिष्ट करता है।

फ़ील्ड्स

फ़ील्डविवरण
BottomCenterनिर्दिष्ट करता है कि स्केलिंग को मीडिया के निचले किनारे के केंद्र पर संरेखित किया जाना चाहिए।
BottomLeftनिर्दिष्ट करता है कि स्केलिंग मीडिया के नीचे बाएँ कोने पर संरेखित होनी चाहिए।
BottomRightनिर्दिष्ट करता है कि स्केलिंग मीडिया के नीचे दाएँ कोने पर संरेखित होनी चाहिए।
Centerनिर्दिष्ट करता है कि स्केलिंग मीडिया के केंद्र में होनी चाहिए।
LeftCenterनिर्दिष्ट करता है कि स्केलिंग मीडिया के बाएँ किनारे के केंद्र पर संरेखित होनी चाहिए।
RightCenterनिर्दिष्ट करता है कि स्केलिंग मीडिया के दाएँ किनारे के केंद्र पर संरेखित होनी चाहिए।
TopCenterनिर्दिष्ट करता है कि स्केलिंग मीडिया के ऊपर किनारे के केंद्र पर संरेखित होनी चाहिए।
TopLeftनिर्दिष्ट करता है कि स्केलिंग मीडिया के ऊपर बाएँ कोने पर संरेखित होनी चाहिए।
TopRightनिर्दिष्ट करता है कि स्केलिंग मीडिया के ऊपर दाएँ कोने पर संरेखित होनी चाहिए।

मेथड्स

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

BottomCenter

public static PageScaling.ScaleOffsetAlignmentOption BottomCenter

निर्दिष्ट करता है कि स्केलिंग को मीडिया के निचले किनारे के केंद्र पर संरेखित किया जाना चाहिए।

BottomLeft

public static PageScaling.ScaleOffsetAlignmentOption BottomLeft

निर्दिष्ट करता है कि स्केलिंग मीडिया के नीचे बाएँ कोने पर संरेखित होनी चाहिए।

BottomRight

public static PageScaling.ScaleOffsetAlignmentOption BottomRight

निर्दिष्ट करता है कि स्केलिंग मीडिया के नीचे दाएँ कोने पर संरेखित होनी चाहिए।

Center

public static PageScaling.ScaleOffsetAlignmentOption Center

निर्दिष्ट करता है कि स्केलिंग मीडिया के केंद्र में होनी चाहिए।

LeftCenter

public static PageScaling.ScaleOffsetAlignmentOption LeftCenter

निर्दिष्ट करता है कि स्केलिंग मीडिया के बाएँ किनारे के केंद्र पर संरेखित होनी चाहिए।

RightCenter

public static PageScaling.ScaleOffsetAlignmentOption RightCenter

निर्दिष्ट करता है कि स्केलिंग मीडिया के दाएँ किनारे के केंद्र पर संरेखित होनी चाहिए।

TopCenter

public static PageScaling.ScaleOffsetAlignmentOption TopCenter

निर्दिष्ट करता है कि स्केलिंग मीडिया के ऊपर किनारे के केंद्र पर संरेखित होनी चाहिए।

TopLeft

public static PageScaling.ScaleOffsetAlignmentOption TopLeft

निर्दिष्ट करता है कि स्केलिंग मीडिया के ऊपर बाएँ कोने पर संरेखित होनी चाहिए।

TopRight

public static PageScaling.ScaleOffsetAlignmentOption TopRight

निर्दिष्ट करता है कि स्केलिंग मीडिया के ऊपर दाएँ कोने पर संरेखित होनी चाहिए।

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