Enum PlainTextBreakStyle
How a page or column break is written to a text file.
public enum PlainTextBreakStyle
Fields
FormFeed = 0A form feed (U+000C). The default: it is the character a text file has always used for the purpose, and it is what
DomTextExtensions.GetTextalready produces.BlankLine = 1A blank line, for a consumer that treats a form feed as a stray control character.
None = 2Nothing at all.