Skip to main content

TextScriptingSyntaxHighlightSpan

Complete API reference for TextScriptingSyntaxHighlightSpan, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class TextScriptingSyntaxHighlightSpan

Constructors

SignatureDescription
TextScriptingSyntaxHighlightSpan()Creates a new instance of TextScriptingSyntaxHighlightSpan.
TextScriptingSyntaxHighlightSpan(TextScriptingStyleSpan, int, int)Creates a new instance of TextScriptingSyntaxHighlightSpan.

Attributes

NameTypeDescription
spanTextScriptingStyleSpanRepresents the span value stored on this instance. Read or assign to update the property.
startintRepresents the start value stored on this instance. Read or assign to update the property.
endintRepresents the end value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
getSpan()TextScriptingStyleSpanReturns the current span.
setSpan(TextScriptingStyleSpan)voidSets or updates the span.
getStart()intReturns the current start.
setStart(int)voidSets or updates the start.
getEnd()intReturns the current end.
setEnd(int)voidSets or updates the end.