Table of Contents

Enum PlainTextBreakStyle

Namespace
DocWright.Formats.Text
Assembly
DocWright.Formats.Text.dll

How a page or column break is written to a text file.

public enum PlainTextBreakStyle

Fields

FormFeed = 0

A form feed (U+000C). The default: it is the character a text file has always used for the purpose, and it is what DomTextExtensions.GetText already produces.

BlankLine = 1

A blank line, for a consumer that treats a form feed as a stray control character.

None = 2

Nothing at all.