I just want to transform Word document to a text. I need to pickup all
words and recognize all objects for proper layout. Let's say I have on
a page a mixture of paragraphs, tables,lists.
No nesting. After getting a Range for this page how can I parse this
Range to pickup all elements in a proper order.
paragraph1
paragraph2
table1
paragraph3
table2
paragraph4
lis1
paragraph5
TIA
Michael
Word Heretic - 17 Jan 2006 09:23 GMT
G'day "micmit" <Mitiaguin@gmail.com>,
The paragraph is the major object. Follow that and sense
selection.Information(wdWithInTable) and the para's ListFormat.
In other words, you must manually deal with every object as you
encounter it through the para collection.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
micmit reckoned:
>I just want to transform Word document to a text. I need to pickup all
>words and recognize all objects for proper layout. Let's say I have on
[quoted text clipped - 19 lines]
>TIA
>Michael