Show / Hide Table of Contents

    Namespace Dangl.TextConverter.Rtf

    Classes

    RtfBookmarkEndSegment

    This segment represents the end of a bookmark

    RtfBookmarkStartSegment

    This segment represents the opening of an Rtf bookmark

    RtfLexer

    RtfParser

    RtfParser.CompileUnitContext

    RtfParser.FoundPlainTextContext

    RtfParser.FoundRtfContext

    RtfParser.FoundRtfGroupContext

    RtfParser.FoundRtfTextContext

    RtfParser.PlainTextDocumentContext

    RtfParser.RtfComponentContext

    RtfParser.RtfGroupContext

    RtfParser.RtfTextComponentContext

    RtfParser.RtfTextContext

    RtfParser.TextDocumentContext

    RtfParserBaseListener

    This class provides an empty implementation of IRtfParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

    RtfParserBaseVisitor<Result>

    This class provides an empty implementation of IRtfParserVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.

    RtfSegment

    The abstract base class for a segment. Known types are: RtfTextSegment, RtfBookmarkStartSegment and RtfBookmarkEndSegment

    RtfTextSegment

    This is the segment for a plain text component

    RtfToText

    This class provides functionality to convert Rtf text to plain text using ANTLR.

    SegmentedRtf

    This class represents an Rtf text that is separated in plain text segments and bookmark openings and endings.

    StringLineStartNormalizationExtensions

    Extensions to normalize strings

    TextToRtf

    This class provides static methodsto transform plain text to Rtf

    Interfaces

    IRtfParserListener

    This interface defines a complete listener for a parse tree produced by RtfParser.

    IRtfParserVisitor<Result>

    This interface defines a complete generic visitor for a parse tree produced by RtfParser.

    Back to top © Dangl IT GmbH