TextBufferLineMode

Determines how a TextBuffer handles writing out each of its internal "lines".

Values

ValueMeaning
sideBySide

Each "line" inside of the TextBuffer is written sequentially, without any non-explicit new lines between them.

addNewLine

Each "line" inside of the TextBuffer is written sequentially, with an automatically inserted new line between them. Note that the inserted new line doesn't count towards the character limit for each line.

Meta