TablesOfFigures.MarkEntry(Range, Object, Object, Object, Object) Méthode
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.
Insère un champ TC (entrée de Table des matières) après la plage spécifiée. La méthode renvoie un Field objet représentant le champ TC.
public Microsoft.Office.Interop.Word.Field MarkEntry (Microsoft.Office.Interop.Word.Range Range, ref object Entry, ref object EntryAutoText, ref object TableID, ref object Level);
abstract member MarkEntry : Microsoft.Office.Interop.Word.Range * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Field
Public Function MarkEntry (Range As Range, Optional ByRef Entry As Object, Optional ByRef EntryAutoText As Object, Optional ByRef TableID As Object, Optional ByRef Level As Object) As Field
Paramètres
- Entry
- Object
Objetfacultatif. Texte qui apparaît dans la table des matières ou la table des illustrations. Pour indiquer une sous-entrée, séparez le texte de l'entrée principale de celui de la sous-entrée par un signe deux-points (:) (par exemple, « Introduction:Le produit »).
- EntryAutoText
- Object
Objetfacultatif. Nom de l’insertion automatique qui contient le texte de l’index, de la table des illustrations ou de la table des matières ( Entry est ignoré).
- TableID
- Object
Objetfacultatif. Lettre qui identifie l'élément de la table des illustrations ou de la table des matières (par exemple, « i » pour une illustration).
- Level
- Object
Objetfacultatif. Niveau de l'entrée dans la table des matières ou la table des illustrations.