Skip to main content
lathac41153227
Participating Frequently
September 4, 2018
Question

select text from paragraph.

  • September 4, 2018
  • 1 reply
  • 304 views

Hi,

     I want to select particular text from particular paragraph.So how to select paragraph and text using extendscript for framemaker? Please suggests if any ideas.

Thank You.

This topic has been closed for replies.

1 reply

frameexpert
Community Expert
Community Expert
September 4, 2018

You can use the Find method, which returns a TextRange. Assuming that textRange is the variable that is returned and doc is your Doc object, you can select the found text with this:

doc.TextSelection = textRange;

Otherwise, you will need to provide more details on what you want to select.

www.frameexpert.com