PageMediaColor.PageMediaColorOption
İçindekiler
[
Saklamak
]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
PageMediaColor özelliği seçeneklerini açıklar.
Alanlar
| Alan | Açıklama |
|---|---|
| Black | Siyah. |
| Blue | Mavi. |
| Brown | Kahverengi. |
| Gold | Altın. |
| GoldenRod | Altın çubuk. |
| Gray | Gri. |
| Green | Yeşil. |
| Ivory | Fildişi. |
| NoColor | Renk yok. |
| Orange | Turuncu. |
| Pink | Pembe. |
| Red | Kırmızı. |
| Silver | Gümüş. |
| Turquoise | Turkuaz. |
| Violet | Mor. |
| White | Beyaz. |
| Yellow | Sarı. |
Yöntemler
| Yöntem | Açıklama |
|---|---|
| add(IOptionItem[] items) | Bu seçeneğin öğe listesine bir öğe listesi ekler. |
| equals(Object arg0) | |
| getClass() | |
| getCustom(String mediaColorsRGB) | Özel bir sayfa rengi belirtir. |
| getName() | Elemanın adını alır. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
Black
public static PageMediaColor.PageMediaColorOption Black
Siyah.
Blue
public static PageMediaColor.PageMediaColorOption Blue
Mavi.
Brown
public static PageMediaColor.PageMediaColorOption Brown
Kahverengi.
Gold
public static PageMediaColor.PageMediaColorOption Gold
Altın.
GoldenRod
public static PageMediaColor.PageMediaColorOption GoldenRod
Altın çubuk.
Gray
public static PageMediaColor.PageMediaColorOption Gray
Gri.
Green
public static PageMediaColor.PageMediaColorOption Green
Yeşil.
Ivory
public static PageMediaColor.PageMediaColorOption Ivory
Fildişi.
NoColor
public static PageMediaColor.PageMediaColorOption NoColor
Renk yok.
Orange
public static PageMediaColor.PageMediaColorOption Orange
Turuncu.
Pink
public static PageMediaColor.PageMediaColorOption Pink
Pembe.
Red
public static PageMediaColor.PageMediaColorOption Red
Kırmızı.
Silver
public static PageMediaColor.PageMediaColorOption Silver
Gümüş.
Turquoise
public static PageMediaColor.PageMediaColorOption Turquoise
Turkuaz.
Violet
public static PageMediaColor.PageMediaColorOption Violet
Mor.
White
public static PageMediaColor.PageMediaColorOption White
Beyaz.
Yellow
public static PageMediaColor.PageMediaColorOption Yellow
Sarı.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
Bu seçeneğin öğe listesine bir öğe listesi ekler. Her biri bir ScoredProperty veya bir Property örneği olmalıdır.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| items | IOptionItem[] | Eklenecek öğelerin listesi. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| 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)
Özel bir sayfa rengi belirtir.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| mediaColorsRGB | java.lang.String | Sayfa rengi. |
Returns: PageMediaColorOption - The option element for a custom color.
getName()
public String getName()
Elemanın adını alır.
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:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| arg0 | long | |
| arg1 | int |