Base class for formatted document writers
uses |
The wformat unit provides the abstract base class TFormattingWriter for creating formatted document writers. This class defines a standard interface for generating formatted output in various formats like HTML, LaTeX, or plain text. Descendant classes implement the formatting methods for their specific output format.