|
|
|
|
|
- Properties specific to docTabulation variables
docTabulation (Variable type) In french: docTabulation
The docTabulation type is used to define the characteristics of a custom tabulation. This custom tabulation is associated with a paragraph included in a Word Processing document. You can define and change the characteristics of this tabulation using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. MonDoc is Document = MonChampDoc
Parag is docParagraph = MonDoc.Paragraph[1]
Tabul is docTabulation
Tabul.Position = 30
Add(Parag.PageLayout.CustomTabulation, Tabul)
Properties Properties specific to docTabulation variables The following properties can be used to define the characteristics of docTabulation variables: | | | Property name | Type used | Effect |
---|
FillCharacter | Character string or constant | Fill character for the space before the tabulation. This property can correspond to one of the following constants: - docTabulationCharacter None Empty character (no placeholder).
- docTabulationPointCharacter Point.
- docTabulationCharacterCenterPoint Point centered.
- docTabulationUnderlinedCharacter Underline.
- docTabulationUnionTextCharacter Line: Hyphen.
This property is set to an empty character by default. | Position | Real | Position of the tabulation (in millimeters) from the left paragraph border (0 by default). | Type | Optional Integer constant | Type of tabulation to add:- tabTypeBar A vertical bar will be displayed at tab level.
- tabTypeCentre The center of the text will be aligned with the tab.
- tabTypeDecimal The decimal separator is aligned with the tab.
- tabTypeRight The right edge of the text will be aligned with the tab.
- tabTypeLeft (Default): The left edge of the text will be aligned with the tab.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|