Hi all,
I want to find the level of the revisions on the word.
Exampl:
1.2.3.4 title 4
i want to have 1.2.3.4
with this code:
foreach (Revision revision in doc.Revisions)
{
}
Best regards,
Jugurtha...Revisions) { Paragraph para = revision.ParentNode...ParentNode.ParentNode as Paragraph; if (para != null && para.IsListItem)...