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 docColumn 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 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.
CAUTION: This type must not be used directly. It must only be used via variables of type docParagraph corresponding to an array..
Propiedades

Properties specific to docColumn variables

The following properties can be used to handle docColumn variables:
Property nameType usedEffect
WidthMillimetersRealWidth of column (in millimeters).
WidthModeInteger constantMode for calculating the column width:
  • docModeWidthNone: Special case.
  • docModeAutomaticWidth: The column width is automatically calculated according to 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: Column widths are calculated according to the width provided in millimetres.. If the WidthMillimeters property is specified, this mode is automatically selected.
This property is read-only.
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/09/2024

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