C# Class AODL.Document.Content.Text.TextBuilder

TextBuilder use this class to build TextCollection from text that contains text control character like whitespaces, tab stops and line breaks.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
BuildTextCollection ( IDocument document, string text ) : AODL.Document.Content.Text.ITextCollection

Builds the text collection.

Method Details

BuildTextCollection() public static method

Builds the text collection.
public static BuildTextCollection ( IDocument document, string text ) : AODL.Document.Content.Text.ITextCollection
document IDocument The document.
text string The text.
return AODL.Document.Content.Text.ITextCollection