TemplateField constructor
Leave feedback
On this page
Initializes a new instance of the TemplateField class.
def __init__(self, position, name):
...
| Parameter | Type | Description |
|---|---|---|
| position | groupdocs.parser.templates.TemplatePosition | The field position. |
| name | System.String | The field name. |
init {#groupdocs.parser.templates.TemplatePosition-System.String-System.Nullable`1[[System.Double]]}
Constructs a new instance of TemplateField
def __init__(self, position, name, page_width):
...
| Parameter | Type | Description |
|---|---|---|
| position | groupdocs.parser.templates.TemplatePosition | |
| name | System.String | |
| page_width | System.Nullable`1[[System.Double]] |
init {#groupdocs.parser.templates.TemplatePosition-System.String-System.Nullable`1[[System.Double]]-bool}
Constructs a new instance of TemplateField
def __init__(self, position, name, page_width, use_upper_case_name):
...
| Parameter | Type | Description |
|---|---|---|
| position | groupdocs.parser.templates.TemplatePosition | |
| name | System.String | |
| page_width | System.Nullable`1[[System.Double]] | |
| use_upper_case_name | bool |
- module
groupdocs.parser.templates - class
TemplateField
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.