TableOfContents.UseHeadingStyles 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 les styles de titre prédéfinis sont utilisés pour créer une table des matières.
public:
property bool UseHeadingStyles { bool get(); void set(bool value); };
public bool UseHeadingStyles { get; set; }
member this.UseHeadingStyles : bool with get, set
Public Property UseHeadingStyles As Boolean