PageBlendColorSpace.PageBlendColorSpaceOption
محتويات
[
يخفي
]Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement, com.aspose.xps.metadata.Option
public static final class PageBlendColorSpace.PageBlendColorSpaceOption extends Option
يصف خيارات ميزة PageBlendColorSpace .
الحقول
| حقل | الوصف |
|---|---|
| ICCProfile | يحدد ملف تعريف ICC الذي يحدد مساحة الألوان التي يجب استخدامها للدمج. |
| sRGB | يجب استخدام مساحة اللون sRGB للمزج. |
| scRGB | يجب استخدام مساحة اللون scRGB للمزج. |
الطرق
| طريقة | الوصف |
|---|---|
| add(IOptionItem[] items) | يضيف قائمة من العناصر إلى نهاية قائمة عناصر هذا الخيار. |
| equals(Object arg0) | |
| getClass() | |
| getName() | يحصل على اسم العنصر. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
ICCProfile
public static PageBlendColorSpace.PageBlendColorSpaceOption ICCProfile
يحدد ملف تعريف ICC الذي يحدد مساحة اللون التي يجب استخدامها للمزج. ملاحظة: ينطبق هذا على مستندات XPS فقط ولا ينبغي استخدامه في بطاقات الطباعة العشوائية.
sRGB
public static PageBlendColorSpace.PageBlendColorSpaceOption sRGB
يجب استخدام مساحة اللون sRGB للمزج.
scRGB
public static PageBlendColorSpace.PageBlendColorSpaceOption scRGB
يجب استخدام مساحة اللون scRGB للمزج.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
يضيف قائمة من العناصر إلى نهاية قائمة عناصر هذا الخيار. يجب أن يكون كل عنصر إما مثال ScoredProperty أو مثال Property.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| items | IOptionItem[] | قائمة العناصر للإضافة. |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.lang.Object |
Returns: منطقي
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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |