public class ScoredProperty extends Object implements IOptionItem, IScoredPropertyItem, Iterable<IScoredPropertyItem>
Class incapsulating print ticket scored property.
Modifier and Type | Class and Description |
---|---|
static class |
ScoredProperty.DuplexMode
Convenience class for DuplexMode print ticket scored property.
|
Constructor and Description |
---|
ScoredProperty(String name,
IScoredPropertyItem... items)
Creates common print ticket scored property instance.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IScoredPropertyItem> |
iterator()
Implementation of
Iterable<IScoredPropertyItem> interface. |
String |
toString()
Returns the string representation.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ScoredProperty(String name, IScoredPropertyItem... items)
Creates common print ticket scored property instance.
name
- Property name.items
- Array of IScoredPropertyItem
objects.
Each one must be a ScoredProperty
, Property
or Value
object.public String toString()
Returns the string representation.
public Iterator<IScoredPropertyItem> iterator()
Implementation of Iterable<IScoredPropertyItem>
interface.
iterator
in interface Iterable<IScoredPropertyItem>
Copyright © 2021 Aspose. All Rights Reserved.