_Font.Bold 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 gras. 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 Bold { int get(); void set(int value); };
public int Bold { get; set; }
member this.Bold : int with get, set
Public Property Bold As Integer