Methods' Details |
isStartOfSentence
boolean |
isStartOfSentence(); |
- Description
- determines if the cursor is positioned at the start of a sentence.
|
|
isEndOfSentence
boolean |
isEndOfSentence(); |
- Description
- determines if the cursor is positioned at the end of a sentence.
|
|
gotoNextSentence
boolean |
gotoNextSentence( |
[in] boolean |
Expand ); |
- Description
- moves the cursor to the start of the next sentence.
- Returns
- `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
|
|
gotoPreviousSentence
boolean |
gotoPreviousSentence( |
[in] boolean |
Expand ); |
- Description
- moves the cursor to the start of the previous sentence.
- Returns
- `TRUE` if the cursor was moved. It returns `FALSE` it the
cursor can not advance further.
|
|
gotoStartOfSentence
boolean |
gotoStartOfSentence( |
[in] boolean |
Expand ); |
- Description
- moves the cursor to the start of the current sentence.
- Returns
- `TRUE` if the cursor is now at the start of a sentence,
`FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
|
|
gotoEndOfSentence
boolean |
gotoEndOfSentence( |
[in] boolean |
Expand ); |
- Description
- moves the cursor to the end of the current sentence.
- Returns
- `TRUE` if the cursor is now at the end of a sentence,
`FALSE` otherwise. If `FALSE` was returned the cursor
will remain at its original position.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.