View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Lupi Lupi is offline
external usenet poster
 
Posts: 2
Default Track changes in paragraphs

Hello,

I am trying to implement a solution where the user opens a document
for the first time, then on close for each paragraph somewhere is
saved it's last update date, which will be the current. Then on the
next document open if any of the paragraphs were modified their last
modified date should be updated too. I have 2 options to save the
custom data for each paragraph - using w:customXml tag or using
CustomXMLParts.

The problem is I can't find a way to identify every paragraph, because
there is no ID or anything that identifies a paragraph uniquely.

Is there some way to distinguish the different paragraphs by some ID
and not by their text or content?

Best regards