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 docColumn variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document. The characteristics of this array column can be defined and modified using various 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 docColumn variables

The following properties can be used to define the characteristics of docColumn variables:
Property nameType usedEffect
WidthMillimetersRealWidth of column (in millimeters).
WidthModeInteger constantMode for calculating the column width:
  • docModeWidthNo Special case.
  • docModeAutomaticWidth The column width is automatically calculated based on the text in the current column and the text in the other columns.
  • docModeWidthNotDefined: Column width calculation mode not defined, as cells in the column have different widths).
  • docModeWidthPercent: The column width is calculated as a percentage of the total width of the array..
  • docModeWidthValue The column width is calculated according to the width given in millimetres. If the WidthMillimeters property is specified, this mode is automatically selected.
This property is read-only.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help