TemplateField
Leave feedback
On this page
Provides the template text field.
public sealed class TemplateField : TemplateItem
| Name | Description |
|---|---|
| TemplateField(TemplatePosition, string) | Initializes a new instance of the TemplateField class. |
| TemplateField(TemplatePosition, string, double?) | Initializes a new instance of the TemplateField class. |
| TemplateField(TemplatePosition, string, double?, bool) | Initializes a new instance of the TemplateField class. |
| Name | Description |
|---|---|
| IsHidden { get; set; } | Gets or sets the hidden template field flag. |
| 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. |
| Position { get; } | Gets the value that describes how to find the template field on the document page. |
| UseUpperCaseName { get; } | Gets a boolean value that indicates whether a Name was converted to UPPER CASE. |
| Value { get; set; } | Gets or sets the value of the template field. |
| Name | Description |
|---|---|
| override Scale(double) | Scales this template item by a given factor. |
Text fields are defined by its position on the page. There are three ways to define a text field:
- class TemplateItem
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.