ITextRange add( java.lang.String newText, int position ) |
Parameters
- newText
- The new text.
- position
- The position that you want to insert.
Return Value
The new ITextRange. This property is only used in Body and Paragraph. Use this property on Body and it will add a paragraph with a run. Use this property on Paragraph and it will add a run.