A stateful object managing multiple text output buffers.

Constructors


Document(int) ➜ Document

Constructs a new Document with a given number of buffers. If the count is negative the default, 2 is used.

Document(IEnumerable<KeyValuePair<string, object>>, int) ➜ Document

Constructs a new Document with a predefined environment and given number of buffers. If the count is negative the default, 2 is used.