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

FeldBeschreibung
BlackSchwarz.
BlueBlau.
BrownBraun.
GoldGold.
GoldenRodGoldrute.
GrayGrau.
GreenGrün.
IvoryElfenbein.
NoColorKeine Farbe.
OrangeOrange.
PinkPink.
RedRot.
SilverSilber.
TurquoiseTürkis.
VioletViolett.
WhiteWeiß.
YellowGelb.

Methoden

MethodeBeschreibung
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:

ParameterTypBeschreibung
itemsIOptionItem[]Liste der hinzuzufügenden Elemente.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypBeschreibung
arg0java.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:

ParameterTypBeschreibung
mediaColorsRGBjava.lang.StringDie 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:

ParameterTypBeschreibung
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeschreibung
arg0long
arg1int