Class CompositePrintTicketElement

Class CompositePrintTicketElement

Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)

Základní třída pro třídy, které mohou být složenými prvky tiskového schématu (tj. obsahujícími další prvky).

public abstract class CompositePrintTicketElement : PrintTicketElement, IPrintTicketElementChild

Dědičnost

objectPrintTicketElementCompositePrintTicketElement

Odvozené

Feature, Option, Property, ScoredProperty

Implementuje

IPrintTicketElementChild

Děděné členy

PrintTicketElement.Name, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

CompositePrintTicketElement(string, params IPrintTicketElementChild[])

Vytváří novou instanci.

public CompositePrintTicketElement(string name, params IPrintTicketElementChild[] items)

Parametry

name string

Název prvku podle nějakého XML schématu (Microsoft Print Schema Framework nebo jiného).

items IPrintTicketElementChild[]

Libovolné pole podřízených prvků.

CompositePrintTicketElement(CompositePrintTicketElement)

Klonuje tuto instanci prvku.

public CompositePrintTicketElement(CompositePrintTicketElement element)

Parametry

element CompositePrintTicketElement

Instance prvku k clonování.

 Čeština