Version

Search Results

ClassificationTagger Class Members

Public Constructors Protected Properties Public Methods

GetTags Method (ClassificationTagger)

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

ClassificationTagger Constructor

Constructor Syntax Parameters document

ClassificationTag Class Members

Public Constructors Public Properties

ClassificationType Property (ClassificationTag)

Returns the Infragistics.Documents.ClassificationType associated with this ClassificationTag (read only). Syntax

ClassificationTypeKey Property (ClassificationTag)

Returns the key of the Infragistics.Documents.ClassificationType which should be associated with this tag (read only). Syntax

ClassificationTag Constructor(ClassificationType)

Creates a new ClassificationTag instance. Syntax Parameters classificationType The ClassificationType associated with this ClassificationTag