Hello,
Has anyone ever modified the text formatting of an array, when it is in an RTF string added via the AppendRTF function.
Hy,
In my case, "my RTF string" includes 3 elements:
- a line with the text "BEFORE
- an array
- another line with "AFTER" text
I do an AppendRTF(my RTF string).
Then the "Paragraphs.Count" function returns 2.
Then, when I go through the "Paragraphs", I only find the paragraphs with the "BEFORE" and "AFTER" texts. I can then customize the layout of these texts.
But I can't find the array!
However, the array is present in the result file.
So how do I find the array and assign it a customized text layout?
Thanks for your help