Hello community,
in my report into a Word document I need lists of all chapters, pictures and tables in the document with the page number.
The list of chapters (= table of content) I get with the property “Constants.FMT_TOCENTRY#” and “Constants.FIELD_TOC”. That works fine in my report.
But how can I create a list of pictures and a list of tables in a similar way?
I would be very happy if anyone can help me.
Many thanks and greetings
Holger
Robert Goldenbaum on
Hi Holger,
as far as I know, this is not possible directly from ARIS. I would be happy if anybody can prove me wrong :-)
I have tried to circumvent this problem by having a second word document with only the picture field in it. I use then an extrended output object and insert the picture field document whenever I output a picture. But the problem with this is that the resulting document then has a linefeed at the end of the document once per entered picture field document. So this can lead to multiple empty pages at the end...
BR Robert