I know I could find this with a little digging, but in a pd_Document, the pt_PieceTable represents the parts of the document. What do I call to determine the number of say, paragraphs or for that matter, "often repeated regions of a document". Is that PTStruxType?
What I'm trying to do is generate some (modestly vaguely accurate) progress indication output during file import / export since for whatever reason some documents take so long to load. Counting the number of paragraph markers (ascii 13 (^M)) in an MsWord file seems pretty good.
