EmailFieldText constructor

init

Initializes a new instance of the EmailFieldText class.

def __init__(self, email_field, text_representation):
    ...
Parameter Type Description
email_field groupdocs.conversion.options.load.EmailField The email field.
text_representation System.String The text representation of the email field.

See Also