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 docFormatMulticolumn variables
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
docFormatMulticolumn (Variable type)
In french: docFormatMulticolonne
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
The characteristics of the docFormatMulticolumn variable can be identified and changed using different WLanguage properties.
CAUTION: This type must not be used directly. It must be used via the docSection type.
Example
// Récupération du champ Traitement de texte
MonDoc is Document <- TT_SansNom1

// Met en page le docx avec 3 colonnes
// un espacement de 20 entre chaque colonne et le séparateur visible
MonDoc.Section.Multicolumn.NumberColumn = 3
MonDoc.Section.Multicolumn.SpaceIdenticalMode = 20
MonDoc.Section.Multicolumn.Separator = True
Properties

Properties specific to docFormatMulticolumn variables

The following properties can be used to define the characteristics of multicolumn variables:
Property nameType usedEffect
Columns[n]docFormatColumn tableConfiguration of each column when using a multicolumn mode with variable column width.
Columns[n].SpaceRealSpace with the following column (expressed in millimetres).
Columns[n].WidthRealColumn width (expressed in millimetres).
EspaceModeIdentiqueRealSpace between the different columns when using a multicolumn mode with the same column width. This spacing is expressed in millimeters.
ModeInteger constantMulticolumn management mode:
  • docMulticolumnNone: No multicolumn management.
  • docMulticolonneIdentique: Each column has an identical width.
  • docMulticolumnVariable ; Each column has a variable width.
NumberColumnIntegerName of the section column.
SeparatorBoolean
  • True to display the column separator.
  • False to avoid displaying the separator.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help