TextPointer.InsertTextInRun(String) 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 le texte spécifié dans le texte Run à la position actuelle.
public:
void InsertTextInRun(System::String ^ textData);
public void InsertTextInRun (string textData);
member this.InsertTextInRun : string -> unit
Public Sub InsertTextInRun (textData As String)
Paramètres
- textData
- String
Texte à insérer.
Exceptions
La position actuelle n'est pas dans un élément Run.
textData
a la valeur null
.
Remarques
Si l’élément TextPointer n’est pas délimité Run , un Run élément est inséré avec le textData
.