C# Class LayoutFarm.Composers.HtmlContentTextSplitter

parse html text content, not include some consecutive text that need more special parser
Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
HtmlContentTextSplitter ( ) : System.Collections.Generic

Private Methods

Method Description
CreateTextRuns ( char textBuffer, List runlist, int startIndex, int appendLength ) : void
ParseWordContent ( char textBuffer, BoxSpec spec, bool isBlock, List runlistOutput, bool &hasSomeCharacter ) : void

Method Details

HtmlContentTextSplitter() public method

public HtmlContentTextSplitter ( ) : System.Collections.Generic
return System.Collections.Generic