Range.InsertAlignmentTab(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère une tabulation absolue toujours positionnée au même endroit par rapport aux marges ou aux retraits.
public void InsertAlignmentTab (int Alignment, int RelativeTo = 0);
abstract member InsertAlignmentTab : int * int -> unit
Public Sub InsertAlignmentTab (Alignment As Integer, Optional RelativeTo As Integer = 0)
Paramètres
- Alignment
- Int32
Entier requis Indique le type d’alignement (gauche, centre ou droite) du taquet de tabulation. Il peut s’agir de l’une des WdAlignmentTabAlignment constantes.
- RelativeTo
- Int32
Entier obligatoire Indique si le taquet de tabulation est relatif aux marges ou aux retraits de paragraphe. Il peut s’agir de l’une des WdAlignmentTabRelative constantes.