Class PlainTextWriteOptions
Format-specific settings for PlainTextWriter.
public sealed class PlainTextWriteOptions
- Inheritance
-
PlainTextWriteOptions
- Inherited Members
Constructors
Properties
- AlignedColumnLimit
Gets or sets the widest column Aligned will pad to, in characters. Defaults to 40.
- BreakStyle
Gets or sets how a page or column break is represented. Defaults to FormFeed.
- Encoding
Gets or sets the encoding. Null (the default) writes UTF-8.
- IncludeHeadersAndFooters
Gets or sets a value indicating whether headers and footers are written. False by default, because a header repeats on every page and a text file has no pages, so writing one would put it either once where it does not belong or nowhere it does.
- IncludeNotes
Gets or sets a value indicating whether footnote and endnote text is written after the body. False by default.
- NewLine
Gets or sets the line ending. Defaults to
"\r\n".
- TableStyle
Gets or sets how a table is rendered. Defaults to TabSeparated.
- WriteByteOrderMark
Gets or sets a value indicating whether a byte-order mark is written. False by default.