AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Procesador de texto / Tipos de 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.
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local