SelectParagraph()

For a Text object named myText, to select the second paragraph within the Text object, use the following syntax:

myText.SelectParagraph(1)

Close