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, double?) | Initializes a new instance of the TemplateField class. |
TemplateField(TemplatePosition, string, double?, bool) | Initializes a new instance of the TemplateField class. |
Properties
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. |
Methods
Name | Description |
---|---|
override Scale(double) | Scales this template item by a given factor. |
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