TextScriptingSyntaxHighlightSpan
Complete API reference for TextScriptingSyntaxHighlightSpan, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class TextScriptingSyntaxHighlightSpan
Constructors
| Signature | Description |
|---|---|
TextScriptingSyntaxHighlightSpan() | Creates a new instance of TextScriptingSyntaxHighlightSpan. |
TextScriptingSyntaxHighlightSpan(TextScriptingStyleSpan, int, int) | Creates a new instance of TextScriptingSyntaxHighlightSpan. |
Attributes
| Name | Type | Description |
|---|---|---|
span | TextScriptingStyleSpan | Represents the span value stored on this instance. Read or assign to update the property. |
start | int | Represents the start value stored on this instance. Read or assign to update the property. |
end | int | Represents the end value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getSpan() | TextScriptingStyleSpan | Returns the current span. |
setSpan(TextScriptingStyleSpan) | void | Sets or updates the span. |
getStart() | int | Returns the current start. |
setStart(int) | void | Sets or updates the start. |
getEnd() | int | Returns the current end. |
setEnd(int) | void | Sets or updates the end. |