Categories > OpenTBS with DOCX >

Nested table inside multiple pages

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Dave
Date: 2011-04-29
Time: 04:32

Nested table inside multiple pages

I have a page of data that needs to be repeated several times in a document, and within that page there is a table.

Is it possible to nest block data with TBS?

Also, is it possible to use Number Lists with w:t tag in OpenTBS?

Thanks
By: Skrol29
Date: 2011-04-30
Time: 00:06

Re: Nested table inside multiple pages

Hi Dave,

TBS can merge nested blocks. See http://www.tinybutstrong.com/manual.php#html_block_subblock

> use Number Lists with w:t tag

What do you mean ?
By: Dave
Date: 2011-04-30
Time: 00:12

Re: Nested table inside multiple pages

w:tr is to repeat rows of a table.

I would like to know if you can recurse through a number list.. I believe the tag is w:t?
By: Skrol29
Date: 2011-05-01
Time: 23:06

Re: Nested table inside multiple pages

Can you give an example of what you'd like to have?
By: Dave
Date: 2011-05-01
Time: 23:57

Re: Nested table inside multiple pages

I would like to insert the equivalent of a html <li> into a docx document.
By: Skrol29
Date: 2011-05-02
Time: 21:48

Re: Nested table inside multiple pages

If you use the bullet or numbered lists, then each item is embedded in a <w:p> element.
I think it should work like that.
By: Dave
Date: 2011-05-03
Time: 03:18

Re: Nested table inside multiple pages

Perfect.

Thanks for your help.