1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.templates
  6. /
  7. TemplateItem class

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