'Declaration Public Overloads Sub InsertText( _ ByVal value As String, _ Optional ByVal trackChanges As Boolean, _ Optional ByVal formatting As Formatting _ )
'Usage Dim instance As Paragraph Dim value As String Dim trackChanges As Boolean Dim formatting As Formatting instance.InsertText(value, trackChanges, formatting)
public void InsertText( string value, bool trackChanges, Formatting formatting )
Parameters
- value
- The text to insert.
- trackChanges
- true if this change should be tracked, otherwise false.
- formatting
- The formatting to use.