public abstract class CompositePrintTicketElement extends PrintTicketElement
The base class for classes that may be composite Print Schema elements (i.e. containing other elements).
Constructor and Description |
---|
CompositePrintTicketElement(CompositePrintTicketElement element)
Clones this element instance.
|
CompositePrintTicketElement(String name,
IPrintTicketElementChild... items)
Creates a new instance.
|
public CompositePrintTicketElement(String name, IPrintTicketElementChild... items)
Creates a new instance.
name
- The name of the element according to some XML schema
(Microsoft Print Schema Framework or other).items
- An arbitrary array of child items.public CompositePrintTicketElement(CompositePrintTicketElement element)
Clones this element instance.
element
- An element instance to clone.Copyright © 2022 Aspose. All Rights Reserved.