Property

Inheritance: java.lang.Object, com.aspose.xps.metadata.PrintTicketElement, com.aspose.xps.metadata.CompositePrintTicketElement

All Implemented Interfaces: com.aspose.xps.metadata.IPrintTicketItem, com.aspose.xps.metadata.IFeatureItem, com.aspose.xps.metadata.IOptionItem, com.aspose.xps.metadata.IScoredPropertyItem, com.aspose.xps.metadata.IPropertyItem

public class Property extends CompositePrintTicketElement implements IPrintTicketItem, IFeatureItem, IOptionItem, IScoredPropertyItem, IPropertyItem

Klasse, die eine Print‑Ticket‑Eigenschaft implementiert. Die Klasse, die eine gemeinsame PrintTicket Property implementiert. Die Basisklasse für alle schema‑definierten Eigenschaften. Ein Property-Element deklariert ein Gerät, Job‑Formatierung oder eine andere relevante Eigenschaft, deren Name durch das Attribut name angegeben wird. Ein Value-Element wird verwendet, um einen Wert dem Property zuzuweisen. Ein Property kann komplex sein und mehrere Untereigenschaften enthalten. Untereigenschaften werden ebenfalls durch Property-Elemente dargestellt. https://docs.microsoft.com/en-us/windows/win32/printdocs/property

Konstruktoren

KonstruktorBeschreibung
Property(String name, Property property, IPropertyItem[] items)Erstellt eine neue Instanz.
Property(String name, Value value, IPropertyItem[] items)Erstellt eine neue Instanz.

Methoden

MethodeBeschreibung
equals(Object arg0)
getClass()
getName()Ermittelt den Elementnamen.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Property(String name, Property property, IPropertyItem[] items)

public Property(String name, Property property, IPropertyItem[] items)

Erstellt eine neue Instanz.

Parameters:

ParameterTypBeschreibung
Namejava.lang.StringEin Eigenschaftsname.
propertyPropertyEine obligatorische Property-Instanz.
itemsIPropertyItem[]Ein beliebiges Array von IPropertyItem-Instanzen. Jede muss eine Property- oder eine Value-Instanz sein.

Property(String name, Value value, IPropertyItem[] items)

public Property(String name, Value value, IPropertyItem[] items)

Erstellt eine neue Instanz.

Parameters:

ParameterTypBeschreibung
Namejava.lang.StringEin Eigenschaftsname.
valueValueEine obligatorische Value Instanz.
itemsIPropertyItem[]Ein beliebiges Array von IPropertyItem-Instanzen. Jede muss eine Property- oder eine Value-Instanz sein.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypBeschreibung
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

Ermittelt den Elementnamen.

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:

ParameterTypBeschreibung
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeschreibung
arg0long
arg1int