Class: TextScriptingSyntaxHighlightSpan
This page documents the methods and fields available in the TextScriptingSyntaxHighlightSpan class.
Members
| Signature | Description |
|---|---|
TextScriptingSyntaxHighlightSpan() | Creates a new instance of TextScriptingSyntaxHighlightSpan. |
TextScriptingSyntaxHighlightSpan(TextScriptingStyleSpan, int, int) | Creates a new instance of TextScriptingSyntaxHighlightSpan. |
getEnd() | Returns the current end. |
getSpan() | Returns the current span. |
getStart() | Returns the current start. |
setEnd(int) | Sets or updates the end. |
setSpan(TextScriptingStyleSpan) | Sets or updates the span. |
setStart(int) | Sets or updates the start. |