Table of Contents

Interface IStringItem

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Represents properties and methods of individual line in the Text Source.

public interface IStringItem

Properties

LexState

When implemented by a class, gets or sets index of lexical state at item end.

PrevLexState

When implemented by a class, gets or sets index of lexical state at item start.

State

When implemented by a class, gets or sets the current state of the IStrItem.

String

When implemented by a class, gets or sets string content of the IStrItem.

TextData

When implemented by a class, gets or sets color information of the IStrItem.

Methods

ClearTextStyle(int, int, TextStyle)

When implemented by a class, removes color information from text fragment.

SetTextStyle(int, int, TextStyle)

When implemented by a class, sets text style to text fragment.

TextStyleAt(int)

When implemented by a class, retrieves text style from the text.