trichview.support
Re: Lists and list items |
Author |
Message |
Martin Holmes |
Posted: 10/06/2004 15:16:00 Hi there, It's no problem processing embedded tables, but my problem is figuring out when the final list item in a list is finished. Cheers, Martin Sergey Tkachenko wrote: > Hi, > > Tables themselves cannot have bullet or numbering (as well as "breaks"). > When you process document and encounter a table, process its cells row by > row, each row from left to right. Use a recursive procedure, or > rv.RVData.EnumItems method. > > > >>Hi there, >> >>I'm doing some processing of lists, including embedded lists, and I >>wondered if there is any way of knowing when a list ends? Whenever I hit >>a list marker, I can read its ListLevel to find out whether it's >>embedded or not, so I can tell when I leave an embedded list and move >>back to a list further up the hierarchy; however, I can't figure out how >>to tell when the lowest level list ends, since a list item can contain >>(for example) block items such as tables. >> >>All help appreciated, >>Martin > > > |
Powered by ABC Amber Outlook Express Converter