PageMediaColor.PageMediaColorOption
Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option
public static final class PageMediaColor.PageMediaColorOption extends Option
Beschreibt die Optionen der Funktion PageMediaColor.
Felder
| Feld | Beschreibung |
|---|---|
| Black | Schwarz. |
| Blue | Blau. |
| Brown | Braun. |
| Gold | Gold. |
| GoldenRod | Goldrute. |
| Gray | Grau. |
| Green | Grün. |
| Ivory | Elfenbein. |
| NoColor | Keine Farbe. |
| Orange | Orange. |
| Pink | Pink. |
| Red | Rot. |
| Silver | Silber. |
| Turquoise | Türkis. |
| Violet | Violett. |
| White | Weiß. |
| Yellow | Gelb. |
Methoden
| Methode | Beschreibung |
|---|---|
| add(IOptionItem[] items) | Fügt eine Liste von Elementen am Ende der Elementliste dieser Option hinzu. |
| equals(Object arg0) | |
| getClass() | |
| getCustom(String mediaColorsRGB) | Gibt eine benutzerdefinierte Seitenfarbe an. |
| getName() | Ermittelt den Elementnamen. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
Black
public static PageMediaColor.PageMediaColorOption Black
Schwarz.
Blue
public static PageMediaColor.PageMediaColorOption Blue
Blau.
Brown
public static PageMediaColor.PageMediaColorOption Brown
Braun.
Gold
public static PageMediaColor.PageMediaColorOption Gold
Gold.
GoldenRod
public static PageMediaColor.PageMediaColorOption GoldenRod
Goldrute.
Gray
public static PageMediaColor.PageMediaColorOption Gray
Grau.
Green
public static PageMediaColor.PageMediaColorOption Green
Grün.
Ivory
public static PageMediaColor.PageMediaColorOption Ivory
Elfenbein.
NoColor
public static PageMediaColor.PageMediaColorOption NoColor
Keine Farbe.
Orange
public static PageMediaColor.PageMediaColorOption Orange
Orange.
Pink
public static PageMediaColor.PageMediaColorOption Pink
Pink.
Red
public static PageMediaColor.PageMediaColorOption Red
Rot.
Silver
public static PageMediaColor.PageMediaColorOption Silver
Silber.
Turquoise
public static PageMediaColor.PageMediaColorOption Turquoise
Türkis.
Violet
public static PageMediaColor.PageMediaColorOption Violet
Violett.
White
public static PageMediaColor.PageMediaColorOption White
Weiß.
Yellow
public static PageMediaColor.PageMediaColorOption Yellow
Gelb.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
Fügt eine Liste von Elementen am Ende der Elementliste dieser Option hinzu. Jedes muss eine Instanz von ScoredProperty oder Property sein.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| items | IOptionItem[] | Liste der hinzuzufügenden Elemente. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCustom(String mediaColorsRGB)
public static PageMediaColor.PageMediaColorOption getCustom(String mediaColorsRGB)
Gibt eine benutzerdefinierte Seitenfarbe an.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| mediaColorsRGB | java.lang.String | Die Seitenfarbe. |
Returns: PageMediaColorOption - The option element for a custom color.
getName()
public String getName()
Ermittelt den Elementnamen.
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:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |