Products Downloads


French version


 

Method names are prefixed according to the Microsoft Word object concerned by the method:

 

APP

for the Microsoft Word application,

BKM

for a bookmark,

CEL

for a Microsoft Word cell,

COL

for a Microsoft Word column,

COLS

for a Microsoft Word set of columns,

DOC

for a Microsoft Word document,

FNT

for a character font,

PAGSTP

for the page setup of a Microsoft Word document,

PRGFMT

for a Microsoft Word paragraph format,

RNG

for a range in a Microsoft Word document,

ROW

for a Microsoft Word row,

ROWS

for a Microsoft Word set of rows,

TBL

for a table.

 

Each method updates a return code. The possible return code values are:

"0"

execution successful,

"1"

execution failed,

other value

execution failed: the return code will contain a Win32 API error code.

 

Note: Method calls will fail if a dialog box is open in Microsoft Word.

 

Click here to see a general example of the WORD CLIENT object methods.

 

 

 

 

↑ Top of page