TablesOfAuthorities.MarkCitation(Range, String, 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 TA (entrée de table de références) et renvoie le champ sous la forme d’un Field objet.
public Microsoft.Office.Interop.Word.Field MarkCitation (Microsoft.Office.Interop.Word.Range Range, string ShortCitation, ref object LongCitation, ref object LongCitationAutoText, ref object Category);
abstract member MarkCitation : Microsoft.Office.Interop.Word.Range * string * obj * obj * obj -> Microsoft.Office.Interop.Word.Field
Public Function MarkCitation (Range As Range, ShortCitation As String, Optional ByRef LongCitation As Object, Optional ByRef LongCitationAutoText As Object, Optional ByRef Category As Object) As Field
Paramètres
- Range
- Range
Objet required Range . Emplacement de l'entrée de la table de références. Le champ TA est inséré après Range .
- ShortCitation
- String
Argument de type String obligatoire. Citation courte pour l'entrée telle qu'elle apparaîtra dans la boîte de dialogue Citation (menu Insertion, commande Tables et index).
- LongCitation
- Object
Objetfacultatif. Citation longue pour l'entrée telle qu'elle apparaîtra dans la table de références.
- LongCitationAutoText
- Object
Objetfacultatif. Nom de l'insertion automatique qui contient le texte d'une citation longue tel qu'il apparaîtra dans la table de références.
- Category
- Object
Objetfacultatif. Nombre de catégories à associer avec l'entrée : 1 correspond à la première catégorie de la zone Category dans la boîte de dialogue Citation, 2 correspond à la deuxième catégorie, et ainsi de suite.