TemplateField
Contents
[
Hide
]
TemplateField class
Provides the template text field.
public sealed class TemplateField : TemplateItem
Constructors
Name | Description |
---|---|
TemplateField(TemplatePosition, string) | Initializes a new instance of the TemplateField class. |
TemplateField(TemplatePosition, string, int?) | Initializes a new instance of the TemplateField class with the UPPER CASE name. |
TemplateField(TemplatePosition, string, int?, bool) | Initializes a new instance of the TemplateField class. |
Properties
Name | Description |
---|---|
Name { get; } | Gets the name of the template item. |
PageIndex { get; } | Gets the page index of 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. |
Remarks
Text fields are defined by its position on the page. There are three ways to define a text field:
See Also
- class TemplateItem
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser