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 retourne 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
Objet facultatif. 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
Objet facultatif. Le nom de l’entrée Insertion automatique qui inclut le texte de l’index, de la table des illustrations ou de la table des matières (Entry
est ignoré).
- TableID
- Object
Objet facultatif. 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
Objet facultatif. Niveau de l'entrée dans la table des matières ou la table des illustrations.