|
|
|
|
|
- Properties specific to docColumn variables
docColumn (Variable type) In french: docColonne
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. ATTENTION: This type must not be used directly. It must only be used via variables of type docParagraph corresponding to an array. Properties Properties specific to docColumn variables The following properties can be used to define the characteristics of docColumn variables: | | | Property name | Type used | Effect |
---|
WidthMillimeters | Real | Width of column (in millimeters). | WidthMode | Integer constant | Mode for calculating the column width: - docModeWidthNo Special case.
- docModeAutomaticWidth The column width is automatically calculated based on 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 The column width is calculated according to the width given in millimetres. If the WidthMillimeters property is specified, this mode is automatically selected.
This property is read-only. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|