TextPointer.InsertTextInRun(String) 方法

定义

将指定文本插入到文本 Run 中的当前位置。

public:
 void InsertTextInRun(System::String ^ textData);
public void InsertTextInRun (string textData);
member this.InsertTextInRun : string -> unit
Public Sub InsertTextInRun (textData As String)

参数

textData
String

要插入的文本。

例外

当前位置没有位于 Run 元素内。

textDatanull

注解

If the TextPointer is not scoped by a Run element, a Run is inserted along with the textData.

适用于