Products Downloads


French version


 

Returns the number of rows in the first table in the current range.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROWS_COUNT NbLines ReturnCode

Parameters

NbLines

NUM_BIN_4 type (output parameter)

ReturnCode

NUM_BIN_4 type (output parameter)


Note: Heading rows are only counted once.

 

Sets the alignment of the rows in the first table in the current range.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROWS_SET_ALIGNMENT Alignment ReturnCode

Parameters

Alignement

NUM_BIN_4 type (input parameter)

Possible values:

_WRD_ALIGN_ROW_CENTER

the table rows will be centered on the page,

_WRD_ALIGN_ROW_LEFT

the table rows will be aligned to the left on the page,

_WRD_ALIGN_ROW_RIGHT

the table rows will be aligned to the right on the page.

ReturnCode

NUM_BIN_4 type (output parameter)

 

 

Sets the height of the rows in the first table in the current range. The unit of measurement used is the centimeter.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROWS_SET_HEIGHT Height ReturnCode

Parameters

Height

NUM_E(15,9) type (input parameter)

ReturnCode

NUM_BIN_4 type (output parameter)

 

 

Assigns the same height to all the rows in the first table in the current range.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROWS_DISTRIBUTE_HEIGHT ReturnCode

Parameters

ReturnCode

NUM_BIN_4 type (output parameter)

 

 

 

 

 

 

↑ Top of page