WdCellVerticalAlignment Énumération

Définition

Spécifie l'alignement vertical du texte dans une ou plusieurs cellules d'un tableau.

public enum class WdCellVerticalAlignment
[System.Runtime.InteropServices.Guid("3A818B51-713A-3E63-91A4-287C06E75F3C")]
public enum WdCellVerticalAlignment
type WdCellVerticalAlignment = 
Public Enum WdCellVerticalAlignment
Héritage
WdCellVerticalAlignment
Attributs

Champs

wdCellAlignVerticalBottom 3

Le texte est aligné sur la bordure inférieure de la cellule.

wdCellAlignVerticalCenter 1

Le texte est aligné au centre de la cellule.

wdCellAlignVerticalTop 0

Le texte est aligné sur la bordure supérieure de la cellule.

S’applique à