InputBin.InputBinOption
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.InputBin.IInputBinItem
public static final class InputBin.InputBinOption extends Option implements InputBin.IInputBinItem
يصف خيارات ميزات JobInputBin , DocumentInputBin و PageInputBin .
المنشئات
| منشئ | الوصف |
|---|---|
| InputBinOption(String optionName, InputBin.IInputBinOptionItem[] items) | ينشئ نسخة جديدة. |
الحقول
| حقل | الوصف |
|---|---|
| AutoSelect | سيختار الجهاز تلقائيًا الخيار الأفضل بناءً على التكوين. |
| AutoSheetFeeder | صينية إدخال الجهاز للطابعات النافثة للحبر. |
| Cassette | يحدد أن صينية التغذية هي كاسيت. |
| Manual | يحدد صينية التغذية اليدوية الافتراضية. |
| Tractor | يحدد أن صينية التغذية هي جرار. |
الطرق
| طريقة | الوصف |
|---|---|
| add(IOptionItem[] items) | يضيف قائمة من العناصر إلى نهاية قائمة العناصر لهذا الخيار. |
| add(InputBin.IInputBinOptionItem[] items) | يضيف مصفوفة من مثيلات IInputBinOptionItem إلى الخيار. |
| clone() | ينسخ هذا المثيل من الخيار. |
| equals(Object arg0) | |
| getClass() | |
| getName() | يحصل على اسم العنصر. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
InputBinOption(String optionName, InputBin.IInputBinOptionItem[] items)
public InputBinOption(String optionName, InputBin.IInputBinOptionItem[] items)
ينشئ نسخة جديدة.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| optionName | java.lang.String | اسم خيار. |
| items | IInputBinOptionItem[] | مصفوفة عشوائية من مثيلات IInputBinOptionItem. |
AutoSelect
public static final InputBin.InputBinOption AutoSelect
سيختار الجهاز تلقائيًا الخيار الأفضل بناءً على التكوين.
AutoSheetFeeder
public static final InputBin.InputBinOption AutoSheetFeeder
صينية إدخال الجهاز للطابعات النافثة للحبر.
Cassette
public static final InputBin.InputBinOption Cassette
يحدد أن صينية التغذية هي كاسيت.
Manual
public static final InputBin.InputBinOption Manual
يحدد صينية التغذية اليدوية الافتراضية.
Tractor
public static final InputBin.InputBinOption Tractor
يحدد أن صينية التغذية هي جرار.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
يضيف قائمة من العناصر إلى نهاية قائمة العناصر لهذا الخيار. يجب أن يكون كل عنصر إما ScoredProperty أو Property مثيل.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| items | IOptionItem[] | قائمة العناصر للإضافة. |
add(InputBin.IInputBinOptionItem[] items)
public InputBin.InputBinOption add(InputBin.IInputBinOptionItem[] items)
يضيف مصفوفة من مثيلات IInputBinOptionItem إلى الخيار.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| items | IInputBinOptionItem[] | مصفوفة عشوائية من مثيلات IInputBinOptionItem. |
Returns: InputBinOption - This options instance.
clone()
public InputBin.InputBinOption clone()
ينسخ هذا المثيل من الخيار.
Returns: InputBinOption - The clone of this option instance.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.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:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |