TemplateItem
TemplateItem class
Provides a base abstract class for template items.
public abstract class TemplateItem
Properties
| Name | Description |
|---|---|
| Name { get; } | Gets the name of the template item. |
| PageWidth { get; } | Gets the width of the page that was used to create the template item. |
| UseUpperCaseName { get; } | Gets a boolean value that indicates whether a Name was converted to UPPER CASE. |
Methods
| Name | Description |
|---|---|
| abstract Scale(double) | Scales this template item by a given factor. |
Remarks
The inheritors of TemplateItem class are used in Template collection.
See Also
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser