TemplateItem class

TemplateItem class

Provides a base abstract class for template items.

The TemplateItem type exposes the following members:

Properties

Property Description
name Gets the name of the template item.
page_width Gets the width of the page that was used to create the template item.
use_upper_case_name Gets a boolean value that indicates whether a Name was converted to UPPER CASE.

Methods

Method Description
scale Scales this template item by a given factor.

Remarks

The inheritors of TemplateItem class are used in Template collection.

See Also