PageOutputColor.PageOutputColorOption

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

All Implemented Interfaces: com.aspose.xps.metadata.PageOutputColor.IPageOutputColorItem

public static final class PageOutputColor.PageOutputColorOption extends Option implements PageOutputColor.IPageOutputColorItem

Περιγράφει τις PageOutputColor επιλογές χαρακτηριστικού.

Κατασκευαστές

ΚατασκευαστήςΠεριγραφή
PageOutputColorOption(String optionName, PageOutputColor.IPageOutputColorOptionItem[] items)Δημιουργεί μια νέα παρουσία.

Μέθοδοι

ΜέθοδοςΠεριγραφή
Color(int deviceBitsPerPixel, int driverBitsPerPixel)Καθορίζει ότι η έξοδος πρέπει να είναι έγχρωμη.
Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)Καθορίζει ότι η έξοδος πρέπει να είναι σε αποχρώσεις του γκρι.
Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)Καθορίζει ότι η έξοδος πρέπει να είναι μονόχρωμη (Μαύρο).
add(IOptionItem[] items)Προσθέτει μια λίστα αντικειμένων στο τέλος της λίστας αντικειμένων αυτής της επιλογής.
add(PageOutputColor.IPageOutputColorOptionItem[] items)Προσθέτει έναν πίνακα των IPageOutputColorOptionItem παραδειγμάτων στην επιλογή.
equals(Object arg0)
getClass()
getName()Λαμβάνει το όνομα του στοιχείου.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PageOutputColorOption(String optionName, PageOutputColor.IPageOutputColorOptionItem[] items)

public PageOutputColorOption(String optionName, PageOutputColor.IPageOutputColorOptionItem[] items)

Δημιουργεί μια νέα παρουσία.

Parameters:

ΠαράμετροςΤύποςΠεριγραφή
optionNamejava.lang.StringΈνα όνομα επιλογής.
itemsIPageOutputColorOptionItem[]Ένας αυθαίρετος πίνακας των IPageOutputColorOptionItem παραδειγμάτων.

Color(int deviceBitsPerPixel, int driverBitsPerPixel)

public static final PageOutputColor.PageOutputColorOption Color(int deviceBitsPerPixel, int driverBitsPerPixel)

Καθορίζει ότι η έξοδος πρέπει να είναι έγχρωμη.

Parameters:

ΠαράμετροςΤύποςΠεριγραφή
deviceBitsPerPixelintΜια DeviceBitsPerPixel τιμή ιδιότητας βαθμολογημένη που υποδεικνύει τον αριθμό των bit ανά pixel των χρωματικών δεδομένων που υποστηρίζονται από τον εκτυπωτή.
driverBitsPerPixelintΜια DriverBitsPerPixel τιμή ιδιότητας βαθμολογημένη που υποδεικνύει τον αριθμό των bit ανά pixel που πρέπει να χρησιμοποιεί ο βασικός οδηγός για το buffer απόδοσης bitmap του.

Returns: PageOutputColorOption - The PageOutputColor options.

Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)

public static final PageOutputColor.PageOutputColorOption Grayscale(int deviceBitsPerPixel, int driverBitsPerPixel)

Καθορίζει ότι η έξοδος πρέπει να είναι σε αποχρώσεις του γκρι.

Parameters:

ΠαράμετροςΤύποςΠεριγραφή
deviceBitsPerPixelintΜια DeviceBitsPerPixel τιμή ιδιότητας βαθμολογημένη που υποδεικνύει τον αριθμό των bit ανά pixel των χρωματικών δεδομένων που υποστηρίζονται από τον εκτυπωτή.
driverBitsPerPixelintΜια DriverBitsPerPixel τιμή ιδιότητας βαθμολογημένη που υποδεικνύει τον αριθμό των bit ανά pixel που πρέπει να χρησιμοποιεί ο βασικός οδηγός για το buffer απόδοσης bitmap του.

Returns: PageOutputColorOption - The PageOutputColor options.

Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)

public static final PageOutputColor.PageOutputColorOption Monochrome(int deviceBitsPerPixel, int driverBitsPerPixel)

Καθορίζει ότι η έξοδος πρέπει να είναι μονόχρωμη (Μαύρο).

Parameters:

ΠαράμετροςΤύποςΠεριγραφή
deviceBitsPerPixelintΜια DeviceBitsPerPixel τιμή ιδιότητας βαθμολογημένη που υποδεικνύει τον αριθμό των bit ανά pixel των χρωματικών δεδομένων που υποστηρίζονται από τον εκτυπωτή.
driverBitsPerPixelintΜια DriverBitsPerPixel τιμή ιδιότητας βαθμολογημένη που υποδεικνύει τον αριθμό των bit ανά pixel που πρέπει να χρησιμοποιεί ο βασικός οδηγός για το buffer απόδοσης bitmap του.

Returns: PageOutputColorOption - The PageOutputColor options.

add(IOptionItem[] items)

public void add(IOptionItem[] items)

Προσθέτει μια λίστα αντικειμένων στο τέλος της λίστας αντικειμένων αυτής της επιλογής. Κάθε ένα πρέπει να είναι ένα ScoredProperty ή ένα Property αντικείμενο.

Parameters:

ΠαράμετροςΤύποςΠεριγραφή
itemsIOptionItem[]Λίστα αντικειμένων προς προσθήκη.

add(PageOutputColor.IPageOutputColorOptionItem[] items)

public PageOutputColor.PageOutputColorOption add(PageOutputColor.IPageOutputColorOptionItem[] items)

Προσθέτει έναν πίνακα των IPageOutputColorOptionItem παραδειγμάτων στην επιλογή.

Parameters:

ΠαράμετροςΤύποςΠεριγραφή
itemsIPageOutputColorOptionItem[]Ένας αυθαίρετος πίνακας των IPageOutputColorOptionItem παραδειγμάτων.

Returns: PageOutputColorOption - This options instance.

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