PrintTicketElement

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.xps.metadata.IPrintTicketElementChild

public abstract class PrintTicketElement implements IPrintTicketElementChild

The base class for classes that may be Print Schema elements.

Constructors

ConstructorDescription
PrintTicketElement(String name)Creates a new instance.

Methods

MethodDescription
getName()Gets the element name.

PrintTicketElement(String name)

public PrintTicketElement(String name)

Creates a new instance.

Parameters:

ParameterTypeDescription
namejava.lang.StringThe name of the element according to some XML schema (Microsoft Print Schema Framework or other).

getName()

public String getName()

Gets the element name.

Returns: java.lang.String