XTEXT supports tables. Note the following prerequisites and related factors:
• | The destination format must support them. (Each cell will appear as a separate paragraph if stored in plain text format.) |
• | You will need to enable the menu (see the TXF_MENU flags bit) in order to have access to the Table > Insert option in order to create a table. There is no keyboard shortcut. |
• | TXF_WRAP (see flags) is required. |
• | At least one of TXF_PRINTVIEW, TXF_PAGEMODE or TXF_FITVIEW is also required. Note that TXF_PRINTVIEW by itself will display the table "folded" into a single column for editing purposes, so adding one of the other bits is recommended. |