Methods' Details |
startGrammarChecking
- Description
- start grammar checking and automatically process the whole text
- Parameter xDoc
- the text document.
- Parameter xIteratorProvider
- the flat paragraph iterator provider.
- Parameter bAutomatic
- automatic grammar checking.
- Throws
- IllegalArgumentException
when any argument is wrong.
|
|
checkGrammarAtPos
- Description
- start grammar checking from one given position
- Parameter xDoc
- the document.
- Parameter xStartPara
- the single flat paragraph to be checked.
- Parameter nErrorPosInPara
- the given index.
- Throws
- IllegalArgumentException
when any argument is wrong.
|
|
getEndOfSentence
- Description
- get the sentence boundary
- Parameter nSentenceStartPos
- the start index of the sentence.
- Returns
- the end position.
- Throws
- IllegalArgumentException
when any argument is wrong.
|
|
isGrammarChecking
boolean |
isGrammarChecking( |
[in] ::com::sun::star::uno::XInterface |
xDoc, |
| [in] boolean |
bAutomatic ); |
- Description
- checks if the given document is currently being checked
- Parameter xDoc
- the document.
- Returns
- if the document is currently being checked.
|
|
Copyright © 2008 Sun Microsystems, Inc.