> I notice that a range (and hence paragraph and characterrun) don't get at
> PieceDescriptors, which would tell us the unicode status.

No but a TextPiece has the usesUnicode() method. So yes it is possible to
get at a Range's text pieces. Every range has access to all character runs,
paragraphs, sections, and text runs.

> You could then itterate over the intermedia CharacterRuns, and figure out
> the byte <--> character count mapping for your range of interest

This is possible now. I think a better solution would be to handle this when
I read in the Word document. So the calculations are done only once.

-Ryan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to