ClassClassificationTypes
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:
public static class ClassificationTypes
Inheritance: objectClassificationTypes
Properties
Attributes
Represents the classification attributes for a specific type in the Telerik Windows Documents Model.
Declaration
public static ClassificationType Attributes { get; }
Property Value
CharacterLiteral
Represents a character literal in the Telerik document model.
Declaration
public static ClassificationType CharacterLiteral { get; }
Property Value
Comment
Represents a comment in the classification types for the document model.
Declaration
public static ClassificationType Comment { get; }
Property Value
Constants
Provides a collection of constant values that are used for classifying and organizing document elements.
Declaration
public static ClassificationType Constants { get; }
Property Value
Data
Represents the various classification types used in Telerik's document model.
Declaration
public static ClassificationType Data { get; }
Property Value
ExcludedCode
Represents a classification type used to identify code that should be excluded from processing.
Declaration
public static ClassificationType ExcludedCode { get; }
Property Value
Identifier
Represents the identifier classification type in the Telerik document model.
Declaration
public static ClassificationType Identifier { get; }
Property Value
Keyword
Represents a keyword classification type in the Telerik document model.
Declaration
public static ClassificationType Keyword { get; }
Property Value
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
public static ClassificationType Literal { get; }
Property Value
Method
Represents a method within a classification type in the Telerik document model.
Declaration
public static ClassificationType Method { get; }
Property Value
NumberLiteral
Represents a number literal in the document model, used for classification of numeric values.
Declaration
public static ClassificationType NumberLiteral { get; }
Property Value
Operator
Represents an operator in the classification types.
Declaration
public static ClassificationType Operator { get; }
Property Value
PreprocessorKeyword
Represents a preprocessor keyword in the Telerik Document Model.
Declaration
public static ClassificationType PreprocessorKeyword { get; }
Property Value
StringLiteral
Represents a string literal in the classification types.
Declaration
public static ClassificationType StringLiteral { get; }
Property Value
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
public static ClassificationType Variable { get; }
Property Value
WhiteSpace
Represents a classification type for whitespace in the document model.
Declaration
public static ClassificationType WhiteSpace { get; }
Property Value