Class CompositePrintTicketElement
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Lớp cơ sở cho các lớp có thể là các phần tử Print Schema tổng hợp (tức là chứa các phần tử khác).
public abstract class CompositePrintTicketElement : PrintTicketElement, IPrintTicketElementChild
Kế thừa
object ← PrintTicketElement ← CompositePrintTicketElement
Kế thừa
Feature, Option, Property, ScoredProperty
Triển khai
Thành viên kế thừa
PrintTicketElement.Name, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Các hàm khởi tạo
CompositePrintTicketElement(string, params IPrintTicketElementChild[])
Tạo một thể hiện mới.
public CompositePrintTicketElement(string name, params IPrintTicketElementChild[] items)
Tham số
name
string
Tên của phần tử theo một số sơ đồ XML (Microsoft Print Schema Framework hoặc khác).
items
IPrintTicketElementChild[]
Một mảng tùy ý của các phần tử con.
CompositePrintTicketElement(CompositePrintTicketElement)
Nhân bản thể hiện phần tử này.
public CompositePrintTicketElement(CompositePrintTicketElement element)
Tham số
element
CompositePrintTicketElement
Một thể hiện phần tử để nhân bản.