The OpenD Programming Language

printed.flow.document

Flow document.

Members

Classes

FlowDocument
class FlowDocument

Concrete implementation of IFlowDocument using a `

Interfaces

IFlowDocument
interface IFlowDocument

A Flow Document produces output without any box model, in a streamed manner. If something fits, it is included. Honestly, it's already complicated and having boxes and defering rendering is probably better for better results. For example, this rendere can't ever support hyphenation or text justifying. The interface is thought to be able to render Markdown quickly.

Meta