Package | Description |
---|---|
com.aspose.xps.metadata |
Modifier and Type | Class and Description |
---|---|
class |
Property
Class incapsulating print ticket property.
|
static class |
Property.SelectionType
Convenience class for SelectionType print ticket property.
|
class |
ScoredProperty
Class incapsulating print ticket scored property.
|
static class |
ScoredProperty.DuplexMode
Convenience class for DuplexMode print ticket scored property.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IOptionItem> |
Option.iterator()
Implementation of
Iterable<IOptionItem> interface. |
Modifier and Type | Method and Description |
---|---|
void |
Option.add(IOptionItem... properties)
Adds list of properties to the end of option properties list.
|
Constructor and Description |
---|
Option(IOptionItem... properties)
Creates common print ticket feature instance.
|
Option(String name,
IOptionItem... properties)
Creates common print ticket feature instance.
|