Struct TextRange
text content range
Fields
Name | Type | Description |
---|---|---|
end
|
TextPosition |
|
start
|
TextPosition |
Properties
Name | Type | Description |
---|---|---|
empty
[get]
|
bool |
returns true if range is empty
|
lines
[get]
|
int |
returns count of lines in range
|
singleLine
[get]
|
bool |
returns true if start and end located at the same line
|
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2014
License
Boost License 1.0