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
Beschrijft de JobInputBin , DocumentInputBin en PageInputBin functieopties.
Constructors
| Constructor | Beschrijving |
|---|---|
| InputBinOption(String optionName, InputBin.IInputBinOptionItem[] items) | Maakt een nieuw exemplaar aan. |
Velden
| Veld | Beschrijving |
|---|---|
| AutoSelect | Apparaat kiest automatisch de beste optie op basis van de configuratie. |
| AutoSheetFeeder | Apparaatinvoerlade voor inkjetprinters. |
| Cassette | Geeft aan dat de invoerlade een cassette is. |
| Manual | Geeft de standaard handmatige invoerlade aan. |
| Tractor | Geeft aan dat de invoerlade een tractor is. |
Methoden
| Methode | Beschrijving |
|---|---|
| add(IOptionItem[] items) | Voegt een lijst met items toe aan het einde van de itemslijst van deze optie. |
| add(InputBin.IInputBinOptionItem[] items) | Voegt een array van IInputBinOptionItem instanties toe aan de optie. |
| clone() | Kloont deze optie-instantie. |
| equals(Object arg0) | |
| getClass() | |
| getName() | Haalt de elementnaam op. |
| 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)
Maakt een nieuw exemplaar aan.
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| optionName | java.lang.String | Een optienaam. |
| items | IInputBinOptionItem[] | Een willekeurige array van IInputBinOptionItem instanties. |
AutoSelect
public static final InputBin.InputBinOption AutoSelect
Apparaat kiest automatisch de beste optie op basis van de configuratie.
AutoSheetFeeder
public static final InputBin.InputBinOption AutoSheetFeeder
Apparaatinvoerlade voor inkjetprinters.
Cassette
public static final InputBin.InputBinOption Cassette
Geeft aan dat de invoerlade een cassette is.
Manual
public static final InputBin.InputBinOption Manual
Geeft de standaard handmatige invoerlade aan.
Tractor
public static final InputBin.InputBinOption Tractor
Geeft aan dat de invoerlade een tractor is.
add(IOptionItem[] items)
public void add(IOptionItem[] items)
Voegt een lijst met items toe aan het einde van de itemslijst van deze optie. Elk item moet een ScoredProperty of een Property instantie zijn.
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| items | IOptionItem[] | Lijst met toe te voegen items. |
add(InputBin.IInputBinOptionItem[] items)
public InputBin.InputBinOption add(InputBin.IInputBinOptionItem[] items)
Voegt een array van IInputBinOptionItem instanties toe aan de optie.
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| items | IInputBinOptionItem[] | Een willekeurige array van IInputBinOptionItem instanties. |
Returns: InputBinOption - This options instance.
clone()
public InputBin.InputBinOption clone()
Kloont deze optie-instantie.
Returns: InputBinOption - The clone of this option instance.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getName()
public String getName()
Haalt de elementnaam op.
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:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Beschrijving |
|---|---|---|
| arg0 | long | |
| arg1 | int |