On Fri, 17 Oct 2008, Matheus Motta wrote:
But, i want get the style *name* of the char. My idea is: Run over the chars and recognize the style name (or a index to the style list on the document) for each char. Is it possible?
If you can't see a method on CharacterRun for that, you'll need to dig deeper into the hwpf internals. Please do submit a patch when you figure it out :)
(You'll probably want to download the latest file format guide from microsoft, find what bit of the file holds the information you want, then with any luck CharacterRun will already have a reference to that and you can return it)
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
