TemplateField constructor

init

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

See Also