_Font.Italic Propriété
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.
True si la police ou la plage est en italique. Renvoie True, False ou wdUndefined (combinaison de True et False). Peut être définie à True, False ou wdToggle. Entier en lecture/écriture.
public:
property int Italic { int get(); void set(int value); };
public int Italic { get; set; }
member this.Italic : int with get, set
Public Property Italic As Integer