Book a Demo

Author Topic: RTF generation - figure numbers  (Read 3865 times)

TailorFate

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
RTF generation - figure numbers
« on: July 23, 2008, 07:57:54 pm »
I'm currently generating a template for converting use cases to a RTF doc.
I added the diagrams to it, with some note:

{Diagram.DiagramImg} Figure x-xx: {Diagram.Type} diagram of ' {Diagram.Name}'

I would like to replace the x_xx by some index of that figure. Is there a way to do that?
And further more, is it possible to have this numbers be used at another point of the template?
thx in advance


Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: RTF generation - figure numbers
« Reply #1 on: July 24, 2008, 11:44:39 am »
The standard figure numbering is a text field: Figure: {Diagram.Figure}.  This is not directly referenced by other elements. However if you are using Element with Linked Documents -  there is the option to create hyperlinks to the diagrams in the Linked Document - by dragging a diagram from the Project Browser to the linked Document.  If the diagram and the Linked Document are generated in the report then the hyperlink will reference the diagram (Same can be done for elements & Packages).  See EA's help: "Hyperlink From Linked Document".