Drawing A Box Around Dynamic Data

I have an area of text that I would like to enclose with a black rectangular border. I can’t put it inside a table cell, because this area of text has other tables in it and nested tables are not supported yet. I tried using the Rectangle class, but since the text in the area is dynamically populated, I don’t know how I can programatically adjust the size of the Rectangle to match the amount of text. Any ideas?

Pete

Dear Pete,

Thanks for your consideration.

We will have to add support for nested tables to solve this problem.