Partager via


Range.InsertAlignmentTab(Int32, Int32) Méthode

Définition

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.

S’applique à