TextPointer.InsertTextInRun(String) Méthode

Définition

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.

S’applique à