Methods' Details |
isStartOfParagraph
boolean
isStartOfParagraph(); |
|
|
- Description
- determines if the cursor is positioned at the start of a paragraph.
|
|
isEndOfParagraph
boolean
isEndOfParagraph(); |
|
|
- Description
- determines if the cursor is positioned at the end of a paragraph.
|
|
gotoStartOfParagraph
boolean
gotoStartOfParagraph( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the start of the current paragraph.
|
|
gotoEndOfParagraph
boolean
gotoEndOfParagraph( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the end of the current paragraph.
|
|
gotoNextParagraph
boolean
gotoNextParagraph( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the next paragraph.
|
|
gotoPreviousParagraph
boolean
gotoPreviousParagraph( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the previous paragraph.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.