ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions / Types of variables
  • Properties specific to the description of docColumn variables
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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 table column can be defined and modified by several WLanguage properties.
CAUTION: This type must not be used directly. It must only be used via the docParagraph variables corresponding to a table.
Remarks

Properties specific to the description of docColumn variables

The following properties can be used to handle a docColumn variable:
Property nameType usedEffect
WidthMillimetersRealWidth of column (in millimeters).
WidthModeInteger constantMode for calculating the column width:
  • docWidthModeNone: Special case.
  • docWidthModeAutomatic: The column width is automatically calculated according to the text found in the current column and to the one found in the other columns.
  • docWidthModeUndefined: The mode for calculating the column width is not defined because column cells have different widths.
  • docWidthModePercent: The mode for calculating the column width is performed in percentage of total table width.
  • docWidthModeValue: The mode for calculating the width of columns is performed according to a width supplied in millimeters. 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: 08/22/2022

Send a report | Local help