Version

Search Results

CreateTagger<T> Method (TokenTaggerProvider)

Returns a Tagger that can tag the specified document with ITokenTags. Syntax Parameters document The document that contains the text to be tagged. Type Parameters T Return Value A Tagger that can tag the specified document with ITokenTags.

SupportedTagType Property (TokenTaggerProvider)

Returns the ITag derived type supported by the taggers created by this tagger provider. Syntax

TokenTaggerProvider Constructor

Constructor Syntax

TokenTagger Class Members

Public Constructors Protected Properties Public Methods

TokenTagger Class Methods

Public Methods

TokenTagger Class Properties

Protected Properties

GetTags Method (TokenTagger)

Returns all the ITokenTags that intersect the specified spans. Syntax Parameters spans A collection of spans whose text is examined and tagged with ITokenTags. Return Value ITagSpans for all ITokenTags that are contained by or overlap the spans.

TokenTagger Constructor

Constructor Syntax Parameters document The Infragistics.Documents.TextDocument containing the text to be tagged.