K
Karthik.SK
Am creating Indexing in Word with XE field codes like below.
---------------------------------------------------------------------
markEntry = string.Format("XE \"{0}\" ", txt);
Word.Field iField =
_wordDoc.Application.Selection.Fields.Add(_wordDoc.Application.Selection.Range,
ref fieldType, ref markEntry, ref objTrue);
---------------------------------------------------------------------
In my document template i created index with formats as "From template" ,
Tableader as "dots" and columns
as "3" indented. But in the final output i get like below
Abbot,Elizabethdisosa,MD31,45,567,767
I have many of my index entries in the document which has a tab leader dot
between the name and the page number they occur. But in few data like above
there is no tab leader displayed between name and page numbers. seems to be
because the name is so long for the column.Please guide me if i am missing
anything here. Also please assist me whther i have an option of selecting the
column width for index?
---------------------------------------------------------------------
markEntry = string.Format("XE \"{0}\" ", txt);
Word.Field iField =
_wordDoc.Application.Selection.Fields.Add(_wordDoc.Application.Selection.Range,
ref fieldType, ref markEntry, ref objTrue);
---------------------------------------------------------------------
In my document template i created index with formats as "From template" ,
Tableader as "dots" and columns
as "3" indented. But in the final output i get like below
Abbot,Elizabethdisosa,MD31,45,567,767
I have many of my index entries in the document which has a tab leader dot
between the name and the page number they occur. But in few data like above
there is no tab leader displayed between name and page numbers. seems to be
because the name is so long for the column.Please guide me if i am missing
anything here. Also please assist me whther i have an option of selecting the
column width for index?