|
|
|
|
|
- Properties specific to docFormatting variables
docFormatting (Variable type) In french: docMiseEnForme
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document. Formatting characteristics can be defined and changed using different WLanguage properties. CAUTION: This type must not be used directly. It must be used via: Properties Properties specific to docFormatting variables The following properties can be used to handle the formatting: | | | Property name | Type used | Effect |
---|
VerticalAlign | Integer constant | Vertical alignment of text in relation to the base line: - alignmentBaseline Text is positioned on the baseline.
- alignmentExponent Text is positioned in superscript.
- alignmentIndex Text is positioned in index.
| UnderlineColor | Integer | Color used to underline the text. This color can correspond to: | HighlightColor | Integer | Color used to highlight the text. Only the following colors are available: - Transparent
- Black
- LightBlue
- LightCyan
- LightGreen
- LightMagenta
- LightRed
- LightYellow
- White
- DarkBlue
- DarkCyan
- DarkGreen
- DarklMagenta
- DarkRed
- DarkYellow
- LightGray
- DarkGray
| TextColor | Integer | Text color. This color can correspond to: | FontStrikeOut | Boolean | - True if the text font is struck through,
- False otherwise.
| FontBold | Boolean | - True if the text font is bold,
- False otherwise.
| FontItalic | Boolean | - True if the text font is in italics,
- False otherwise.
| FontName | Character string | Name of font used for the text. | FontUnderlined | Integer constant | Type of underline: - underlinedNo: No underlining
- underlinedDouble: Double underlining
- thick underlining: thick underlining
- underlinedWords: Underlining of words only
- underlinedDotted: Dotted underlining
- underlinedThick dotted: Thick dotted underlining
- underlinePointDash Underline type '..-' (dot dot dash)
- underlineDotDashThick Underline type '..-' (dot dot dash) thick
- underlinePointTiret Underline type '.-' (dash point)
- underlineThickDashPoint Underline type '.-' (dash point) thick
- underlinedSimple: Simple underlining
- underlinedTiret: Underlining with dashes
- : Underline with thick dashes: Underline with thick dashes
| FontSize | Real | Size of font. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|