Hello,
I search how with Aspose.Words 2.4.2 for Java i can modify Font attributes of a note (Footnote or Endnote).
I have tried with the Font object available from the getter method on the Footnote object returned by the DocumentBuilder.insertNote(…) method but with this object reference the Font modified if the Font of the “index” character not the Font of note’s text itself.
For example in the sample attached i want tho modify the font the text “ENDNOTE_A” not the font of the character “ii”
Thanks in advance for your help.
Dominique