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
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Retrieve the Word Processing control
MyDoc is Document <- WP_NoName1

// Defines a 3-column layout for the docx
// a spacing of 20 between each column and a visible separator
MyDoc.Section.Multicolumn.NumberColumn = 3
MyDoc.Section.Multicolumn.SpaceIdenticalMode = 20
MyDoc.Section.Multicolumn.Separator = True
Propiedades

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
Esta página también está disponible para…
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