Skip to main content
7546445
Participant
February 2, 2010
Question

How to create a table using Text Layout Framework?

  • February 2, 2010
  • 3 replies
  • 2782 views

How to create a table using Text Layout Framework? I meen real tables - like in HTML.

This topic has been closed for replies.

3 replies

Known Participant
March 24, 2010

Cell as indipendant TLF should work, I have created my table using same approach and works fine for me ... this is where it is
http://apps.live-documents.com/docs/openWebDoc.do?docId=1480607

Regards

Raf

Known Participant
January 13, 2011

The openWebDoc document list here is deleted don't waste your time on this.

February 22, 2010

I've the same problem, I've taken the html and parsed it before "importingToFlow".  The output sting for each cell is a custom "textFlow" that I just set the x,y values making it look like a table.

If there's a better wa someone can tell me please let me know!

March 11, 2010

I've heard another way of doing this is to render each cell as a different TLF container. How do you think this would effect performance?

Adobe Employee
March 17, 2010

You can do this, and on small to medium sized tables I would expect that would be OK. If you have large tables, you would definitely want to set it up so that only those cells that are visible are instantiated & drawn as TextLines.

Adobe Employee
February 2, 2010

Sorry, TLF does not support tables. We hope to someday.

- robin