We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Word Doc Index

Is it possible to create a document index using Doc.IO? I started by trying to use the AppendField function on WParagraph to insert an Index Entry, but the output document did not contain the marker.

IWordDocument doc = new WordDocument();
IWSection section = doc.AddSection();
IWParagraph paragraph = section.AddParagraph();
paragraph.AppendText("I want to be indexed");
paragraph.AppendField("IndexName", Syncfusion.DocIO.FieldType.FieldIndexEntry);
doc.Save("Index.doc");
System.Diagnostics.Process.Start("Index.doc");

1 Reply

SS Sri Subhashini M Syncfusion Team June 30, 2009 11:30 AM UTC

Hi,

Thank you for your interest in Essential DocIO.

Inserting Index fields in the word document

With the current implementation, we don`t provide support for this feature. We will submit this to our developers for further analysis and we will update you once we get back with them.

Please let me know if you need any concern.

Regards,
Suba



Loader.
Live Chat Icon For mobile
Up arrow icon