Accessing Text Box contents

  • I am currently experiencing a problem accessing the embedded text of text boxes. The rtf file was created in word. I appear to be able to loop through the text boxes using:
    rtf2pdf.Memo.TextCursor.CPMoveNextObject(WPDynamic.TextObjTypes.wpobjImage, true)
    and the names of these all start with TXTBOX_.

    However there is no embedded text in these and if i try to save the contents to file, this is null.
    If save the whole memo to file. The text boxes are present and do have content.
    Please would you let me know what I am doing wrong. Once I have the wpobjImage, do I need to somehow move control to the text within it? Should the identification of text boxes be performed in a different way?Thanks
    Chris