Interface ILexem
Provides the functionality for the abstraction which link language and formatting.
Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface ILexem
Properties
Collapser
Gets the collapsable region, this lexem belongs to.
Declaration
CollapsableRegion Collapser { get; }
Property Value
Type |
---|
CollapsableRegion |
Column
Gets the column of lexem in line.
Declaration
int Column { get; }
Property Value
Type |
---|
System.Int32 |
Config
Gets or sets the current configuration of the lexem.
Declaration
IConfigLexem Config { get; set; }
Property Value
Type |
---|
IConfigLexem |
Length
Gets the length of text.
Declaration
int Length { get; }
Property Value
Type |
---|
System.Int32 |
Text
Gets the text of the lexem.
Declaration
string Text { get; }
Property Value
Type |
---|
System.String |