Property | Type | Description | |
---|---|---|---|
Document | |||
Expansion_EndChar | int | ||
Expansion_PixelEnd | int | ||
Expansion_PixelStart | int | ||
Expansion_StartChar | int | ||
FormattedWords | WordList | ||
Images | ImageIndexList | ||
InKeywordQueue | bool | ||
InQueue | bool | ||
Indent | int | ||
Tag | object | ||
endSpan | |||
endSpans | SpanList | ||
expansion_EndSpan | |||
expansion_StartSpan | |||
startSpan | |||
startSpans | SpanList |
Method | Description | |
---|---|---|
Add ( string text ) : |
||
Add ( |
Adds a word object to this row
|
|
AddToParseQueue ( ) : void |
Adds this row to the parse queue
|
|
Clear ( ) : void | ||
EnsureVisible ( ) : void |
If the row is hidden inside a collapsed span , call this method to make the collapsed segments expanded.
|
|
FindLeftWordByBlockType ( SpanDefinition spanDefinition, |
For public use only
|
|
FindLeftWordByBlockTypeName ( string BlockTypeName, |
For public use only
|
|
FindLeftWordByPatternList ( |
For public use only
|
|
FindLeftWordByPatternListName ( string PatternListName, |
For public use only
|
|
FindRightWordByBlockType ( SpanDefinition spanDefinition, |
For public use only
|
|
FindRightWordByBlockTypeName ( string BlockTypeName, |
For public use only
|
|
FindRightWordByPatternList ( |
For public use only
|
|
FindRightWordByPatternListName ( string PatternListName, |
For public use only
|
|
GetEnumerator ( ) : IEnumerator |
Get the Word enumerator for this row
|
|
GetLeadingWhitespace ( ) : string |
Returns the whitespace string at the begining of this row.
|
|
GetVirtualLeadingWhitespace ( ) : string | ||
IndexOf ( |
Returns the index of a specific Word object
|
|
MatchCase ( ) : void |
Call this method to make all words match the case of their patterns. (this only applies if the row is fully parsed)
|
|
Parse ( ) : void |
Force a span parse on the row.
|
|
Parse ( bool ParseKeywords ) : void |
Forces the parser to parse this row directly
|
|
SetExpansionSegment ( ) : void | ||
SetText ( string text ) : void |
Assigns a new text to the row.
|
|
this ( int index ) : |
Return the Word object at the specified index.
|
public FindLeftWordByBlockType ( SpanDefinition spanDefinition, |
||
spanDefinition | SpanDefinition | |
StartWord | ||
IgnoreStartWord | bool | |
return |
public FindLeftWordByBlockTypeName ( string BlockTypeName, |
||
BlockTypeName | string | |
StartWord | ||
IgnoreStartWord | bool | |
return |
public FindLeftWordByPatternList ( |
||
PatternList | ||
StartWord | ||
IgnoreStartWord | bool | |
return |
public FindLeftWordByPatternListName ( string PatternListName, |
||
PatternListName | string | |
StartWord | ||
IgnoreStartWord | bool | |
return |
public FindRightWordByBlockType ( SpanDefinition spanDefinition, |
||
spanDefinition | SpanDefinition | |
StartWord | ||
IgnoreStartWord | bool | |
return |
public FindRightWordByBlockTypeName ( string BlockTypeName, |
||
BlockTypeName | string | |
StartWord | ||
IgnoreStartWord | bool | |
return |
public FindRightWordByPatternList ( |
||
PatternList | ||
StartWord | ||
IgnoreStartWord | bool | |
return |
public FindRightWordByPatternListName ( string PatternListName, |
||
PatternListName | string | |
StartWord | ||
IgnoreStartWord | bool | |
return |
public GetVirtualLeadingWhitespace ( ) : string | ||
return | string |
public Parse ( bool ParseKeywords ) : void | ||
ParseKeywords | bool | true if keywords and operators should be parsed |
return | void |
public Span,Alsing.SourceCode expansion_StartSpan | ||
return |