TextPointer.InsertTextInRun(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified text into the text Run at the current position.
public:
void InsertTextInRun(System::String ^ textData);
public void InsertTextInRun (string textData);
member this.InsertTextInRun : string -> unit
Public Sub InsertTextInRun (textData As String)
Parameters
- textData
- String
The text to insert.
Exceptions
The current position is not within a Run element.
textData
is null
.
Remarks
If the TextPointer is not scoped by a Run element, a Run is inserted along with the textData
.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.