Class
ClassificationTypes

Represents the different classification types available in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Code

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class ClassificationTypes

Inheritance: objectClassificationTypes

Properties

Attributes

Represents the classification attributes for a specific type in the Telerik Windows Documents Model.

Declaration

cs-api-definition
public static ClassificationType Attributes { get; }

Property Value

ClassificationType

CharacterLiteral

Represents a character literal in the Telerik document model.

Declaration

cs-api-definition
public static ClassificationType CharacterLiteral { get; }

Property Value

ClassificationType

Comment

Represents a comment in the classification types for the document model.

Declaration

cs-api-definition
public static ClassificationType Comment { get; }

Property Value

ClassificationType

Constants

Provides a collection of constant values that are used for classifying and organizing document elements.

Declaration

cs-api-definition
public static ClassificationType Constants { get; }

Property Value

ClassificationType

Data

Represents the various classification types used in Telerik's document model.

Declaration

cs-api-definition
public static ClassificationType Data { get; }

Property Value

ClassificationType

ExcludedCode

Represents a classification type used to identify code that should be excluded from processing.

Declaration

cs-api-definition
public static ClassificationType ExcludedCode { get; }

Property Value

ClassificationType

Identifier

Represents the identifier classification type in the Telerik document model.

Declaration

cs-api-definition
public static ClassificationType Identifier { get; }

Property Value

ClassificationType

Keyword

Represents a keyword classification type in the Telerik document model.

Declaration

cs-api-definition
public static ClassificationType Keyword { get; }

Property Value

ClassificationType

Literal

Represents a literal classification type within the document model. This type is used for identifying sections of code or text that are treated as literal values.

Declaration

cs-api-definition
public static ClassificationType Literal { get; }

Property Value

ClassificationType

Method

Represents a method within a classification type in the Telerik document model.

Declaration

cs-api-definition
public static ClassificationType Method { get; }

Property Value

ClassificationType

NumberLiteral

Represents a number literal in the document model, used for classification of numeric values.

Declaration

cs-api-definition
public static ClassificationType NumberLiteral { get; }

Property Value

ClassificationType

Operator

Represents an operator in the classification types.

Declaration

cs-api-definition
public static ClassificationType Operator { get; }

Property Value

ClassificationType

PreprocessorKeyword

Represents a preprocessor keyword in the Telerik Document Model.

Declaration

cs-api-definition
public static ClassificationType PreprocessorKeyword { get; }

Property Value

ClassificationType

StringLiteral

Represents a string literal in the classification types.

Declaration

cs-api-definition
public static ClassificationType StringLiteral { get; }

Property Value

ClassificationType

Variable

Represents the variable classification type used in the Telerik document model. This type is utilized for classifying and managing variables within the document structure.

Declaration

cs-api-definition
public static ClassificationType Variable { get; }

Property Value

ClassificationType

WhiteSpace

Represents a classification type for whitespace in the document model.

Declaration

cs-api-definition
public static ClassificationType WhiteSpace { get; }

Property Value

ClassificationType