Products Downloads


French version


 

/* Telling the Word application not to underline grammatical errors in the current document.

 

NUM_BIN_4

ReturnCode

CALL_METHOD WORD_CLIENT DOC_SET_OPTION -

_WRD_SHOW_GRAMMATICAL_ERRORS *FALSE  ReturnCode

 

 

/* Knowing if the Word application underlines grammatical errors in the current document.

/* The variables GrammarErrorsDisplayed and ReturnCode are output variables.

 

BOOL

GrammarErrorsDisplayed

NUM_BIN_4

ReturnCode

CALL_METHOD WORD_CLIENT DOC_GET_OPTION -

_WRD_SHOW_GRAMMATICAL_ERRORS  GrammarErrorsDisplayed ReturnCode

 

 

Back

 

↑ Top of page

  • Aucune étiquette