enum
|
TrimBehaviour
|
None
|
= 0
|
Text lines are output without trimming. |
---|---|---|
Whitespace
|
= 1
|
Each
run
of
whitespace
characters
(see
IsWhitespace)
in
a
text
line
is
replaced
with
a
single
|
WhitespaceAndLineBreak
|
= 2
|
Each
run
of
whitespace
characters
(see
IsWhitespace)
in
the
text
is
replaced
with
a
single
|