Table of Contents

Class LowFootprintStringItem

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents string-like object with extended properties.

public class LowFootprintStringItem : IStringItem
Inheritance
LowFootprintStringItem
Implements

Constructors

LowFootprintStringItem(string)

Initializes a new instance of the StringItem class with specified string.

Properties

LexState

Gets or sets index of lexical state at item end.

PrevLexState

Gets or sets index of lexical state at item start.

State

Gets or sets current the state of the IStringItem.

String

Gets or sets string content of the IStringItem.

TextData

Gets or sets information of the IStringItem.

Methods

ClearTextStyle(int, int, TextStyle)

Removes style information from specified part of string.

OnLexStateChanged()
OnPrevLexStateChanged()
OnStateCahnged()
OnStringChanged()
OnTextDataChanged()
SetTextStyle(int, int, TextStyle)

Sets style information to specified part of string.

TextStyleAt(int)

Retrieves style information from IStringItem.