ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions / Types of variables
  • Properties specific to docRow variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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 nameType usedEffect
CellCountIntegerNumber of row cells.
This property is read-only.
HeightIntegerHeight of row (in millimeters).
HeightModeInteger constantMode 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).
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help