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 |
Value
Class incapsulating print ticket property value.
|
static class |
Value.DecimalValue
Convenience class for decimal value.
|
static class |
Value.IntegerValue
Convenience class for integer value.
|
static class |
Value.QNameValue
Convenience class for QName type value.
|
static class |
Value.StringValue
Convenience class for string value.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IPropertyItem> |
Property.iterator()
Implementation of
Iterable<IPropertyItem> interface. |
Constructor and Description |
---|
Property(String name,
IPropertyItem... items)
Creates common print ticket property instance.
|