In This Article

ActiproSoftware.Text.Implementation Namespace

Classes

ClassificationType

Represents the default implementation of a class that represents a classification type.

CodeDocument

Represents a text document with some advanced features that relate to syntax highlighting and code parsing.

DefaultWordBreakFinder

Provides the default implementation of an object that finds word breaks within an ITextSnapshot.

EditorDocument

Represents a text document that can be used in an editor.

ExampleTextProvider

Implements an object that returns example text, which can be displayed in an application to show how a language's code snippet is syntax-highlighted.

LineBasedLineCommenter

Represents an object that can comment and uncomment lines on a per-line basis.

RangeLineCommenter

Represents an object that can comment and uncomment lines over a particular range.

StringTextBufferReader

Represents an ITextBufferReader implementation for a string.

SyntaxLanguage

Implements a syntax-highlighting language definition that can be used to parse an ICodeDocument and provide additional functionality via registered services.

SyntaxLanguageDefinitionSerializer

Provides a class that can deserialize a SyntaxLanguage from XML.

TextChangeOptions

Represents options that are applied to an ITextChange.

TextDocumentBase

Represents a text document.

TextStatistics

Provides numerous statistics such as line, word, character counts, and readability scores for text.