glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.text
/
HighlightRange
Highlight
Range
open
class
HighlightRange
(
from
:
TextPosition
,
to
:
TextPosition
,
val
highlight
:
Highlight
,
val
owner
:
Any
?
=
null
)
Inheritors
PairedHighlightRange
Members
Constructors
Highlight
Range
Link copied to clipboard
constructor
(
from
:
TextPosition
,
to
:
TextPosition
,
highlight
:
Highlight
,
owner
:
Any
?
=
null
)
Properties
from
Link copied to clipboard
var
from
:
TextPosition
highlight
Link copied to clipboard
val
highlight
:
Highlight
owner
Link copied to clipboard
val
owner
:
Any
?
=
null
to
Link copied to clipboard
var
to
:
TextPosition
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String