Table of Contents

TEnterStyle Enumeration

Defines how characters will be converted when encoding a string as Html.

Syntax

Unit: FlexCel.Core

Members

Name Value Description
Br 0 Enter characters in the input string will be converted to
tags. Multiple spaces will be converted to   entities.
Char10 1 Enter characters in the input string will be converted to &#0A; entities. Multiple spaces will be not converted.
Ignore 2 Enter and multiple spaces will be ignored.
Legacy2003Xml 3 This is a "pseudo xml" that is used to write the object texts. No entities more than the ones allowed in xml are used, breaks are
and multiple spaces are the actual char 160, instead of   which isn't allowed in xml.
IgnoreBreaksButKeepSpaces 4 Enter will be ignored and spaces will be converted to nbsp.