Method names are prefixed according to the Microsoft Word object concerned by the method:
for the Microsoft Word application, |
|
for a bookmark, |
|
for a Microsoft Word cell, |
|
for a Microsoft Word column, |
|
for a Microsoft Word set of columns, |
|
for a Microsoft Word document, |
|
for a character font, |
|
for the page setup of a Microsoft Word document, |
|
for a Microsoft Word paragraph format, |
|
for a range in a Microsoft Word document, |
|
for a Microsoft Word row, |
|
for a Microsoft Word set of rows, |
|
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.