|
|
|
|
|
- Properties specific to docRow variables
docRow (Variable type) In french: docLigne
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document. You can define and change the characteristics of this table row using different WLanguage properties. ATTENTION: This type must not be used directly. It must only be used via variables of type docParagraph corresponding to an array. Properties Properties specific to docRow variables The following properties can be used to define the characteristics of docRow variables: | | | Property name | Type used | Effect |
---|
CellCount | Integer | Number of row cells. This property is read-only. | Height | Integer | Height of row (in millimeters). | HeightMode | Integer constant | Mode for calculating the row height: - docModeHeightAtLeast: The height of the line will be at least that defined by the property Height.
- docModeAutomaticHeight The height of the line is automatically calculated according to the text present in the cells of the line.
- docModeExactHeight The height of the line will be that defined by the property Height.
- docHeightModeNotDefined: Line height calculation mode not defined (default is automatic calculation mode).
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|