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: منطقي
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 |