J
Jiri Klement
Hi,
I have a word document containg text with diffrent font. I need divide that
document into blocks, where each block will have the same font.
In other words, when the font is changed then new block should begin.
I can do that by getting font of each character, and when font is diffreent,
then just make a new block. But this is extremely slow. I takes 30 seconds on
document with 2 pages.
Do you think there is some faster way of doing this?
PS: I'm accessing Word using OLE objects. But this shouldn't be different
from VBA.
I have a word document containg text with diffrent font. I need divide that
document into blocks, where each block will have the same font.
In other words, when the font is changed then new block should begin.
I can do that by getting font of each character, and when font is diffreent,
then just make a new block. But this is extremely slow. I takes 30 seconds on
document with 2 pages.
Do you think there is some faster way of doing this?
PS: I'm accessing Word using OLE objects. But this shouldn't be different
from VBA.