| 
BookmarksNavigator
InsertText Method (String)
  | 
 Inserts the text.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public ITextRange InsertText(
	string text
)
 
Public Function InsertText ( 
	text As String
) As ITextRange
 
public:
ITextRange^ InsertText(
	String^ text
)
 
member InsertText : 
text : string -> ITextRange 
 
 
 
Parameters
 
- 
text
 
- 
 Type:
 
System
String
 
 The text.
Return Value
 
 Type:
 
ITextRange
 
 
 See Also
See Also