add method

add

Adds an array of items to the end of this PrintTicket item list. Each one may be a Feature, an Option or a Property instance.

def add(self, items):
    ...
ParameterTypeDescription
itemslistAn array of items to add.

See Also