:: com :: sun :: star :: linguistic2 ::
|
constants group LinguServiceEventFlags |
- Description
- to be used in lingu-service events.
These values define the flags which may be logically combined
to build the event type of a
LinguServiceEvent
|
Constants' Details |
SPELL_CORRECT_WORDS_AGAIN
const short SPELL_CORRECT_WORDS_AGAIN = 1;
- Description
- The spelling of previously correct words should be checked again.
|
|
SPELL_WRONG_WORDS_AGAIN
const short SPELL_WRONG_WORDS_AGAIN = 2;
- Description
- The spelling of previously misspelled words should be checked again.
|
|
HYPHENATE_AGAIN
const short HYPHENATE_AGAIN = 4;
- Description
- The hyphenation of words may have changed.
|
|
PROOFREAD_AGAIN
const short PROOFREAD_AGAIN = 8;
- Description
- Request new proofreading of the document
- Since
- OpenOffice 3.0.1
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.